#86760F

Color #86760F Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #86760F

Tints of Olive #86760F

Color information

#86760F (or 0x86760F) is unknown color: approx Olive. HEX triplet: 86, 76 and 0F. RGB value is (134,118,15). Sum of RGB (Red+Green+Blue) = 134+118+15=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 15 (6.25% from 255 or 5.62% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86760F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86760F is #7989F0. Grayscale: #6F6F6F. Windows color (decimal): -7965169 or 1013382. OLE color: 1013382.

HSL color Cylindrical-coordinate representation of color #86760F: hue angle of 51.93º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #86760F is Cyan = 0, Magento = 0.12, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB13411815-
CMYK00.120.890.47
HSL51.93º79.87%29.22%-
HSV(B)51.93º88.81%52.55%-
XYZ16.418.063.07-
YUV111.0473.8144.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 15 (6.25% from 255) = 5.62%
R=50.19%
G=44.19%
B=5.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341181500.120.890.4751.9379.8729.22
Hex8676F0C592F34501d
Octal20616617014131576412035
Binary1000011011101101111011001011001101111110100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86760F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86760F; }

 p { color: rgb(134,118,15); }

 H1.HeaderClassName
 {
   color: #86760F;
 }
 .AnyTagClassName
 {
   color: #86760F;
 }
</style>
background-color css

<style>
 a { background-color: #86760F; }

 a { background-color: rgb(134,118,15); }

 div.DivClassName
 {
   background-color: #86760F;
 }
 .BgClassName
 {
   background-color: #86760F;
 }
</style>
border-color css

<style>
 span { border-color: #86760F; }

 span { border-color: rgb(134,118,15); }

 td.TdClassName
 {
   border-color: #86760F;
 }
 .TagClassName
 {
   border-color: #86760F;
 }
</style>