#866F06

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

Shades of Olive #866F06

Tints of Olive #866F06

Color information

#866F06 (or 0x866F06) is unknown color: approx Olive. HEX triplet: 86, 6F and 06. RGB value is (134,111,6). Sum of RGB (Red+Green+Blue) = 134+111+6=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 6 (2.73% from 255 or 2.39% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #866F06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866F06 is #7990F9. Grayscale: #6A6A6A. Windows color (decimal): -7966970 or 421766. OLE color: 421766.

HSL color Cylindrical-coordinate representation of color #866F06: hue angle of 49.22º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #866F06 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB1341116-
CMYK00.170.960.47
HSL49.22º91.43%27.45%-
HSV(B)49.22º95.52%52.55%-
XYZ15.5516.452.53-
YUV105.9171.62148.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 111 (43.75% from 255) = 44.22%
BLUE value IS 6 (2.73% from 255) = 2.39%
R=53.39%
G=44.22%
B=2.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134111600.170.960.4749.2291.4327.45
Hex866F6011602F315b1b
Octal2061576021140576113333
Binary1000011011011111100100011100000101111110001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866F06; }

 p { color: rgb(134,111,6); }

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

<style>
 a { background-color: #866F06; }

 a { background-color: rgb(134,111,6); }

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

<style>
 span { border-color: #866F06; }

 span { border-color: rgb(134,111,6); }

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