#866E04

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

Shades of Olive #866E04

Tints of Olive #866E04

Color information

#866E04 (or 0x866E04) is unknown color: approx Olive. HEX triplet: 86, 6E and 04. RGB value is (134,110,4). Sum of RGB (Red+Green+Blue) = 134+110+4=248 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.03% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 134 - color contains mainly: red. Hex color #866E04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #866E04 is #7991FB. Grayscale: #696969. Windows color (decimal): -7967228 or 290438. OLE color: 290438.

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

Color convert

RGB1341104-
CMYK00.180.970.47
HSL48.92º94.2%27.06%-
HSV(B)48.92º97.01%52.55%-
XYZ15.4316.232.43-
YUV105.0970.95148.62-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.03%
GREEN value IS 110 (43.36% from 255) = 44.35%
BLUE value IS 4 (1.95% from 255) = 1.61%
R=54.03%
G=44.35%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134110400.180.970.4748.9294.227.06
Hex866E4012612F315e1b
Octal2061564022141576113633
Binary1000011011011101000100101100001101111110001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,110,4); }

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

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

 a { background-color: rgb(134,110,4); }

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

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

 span { border-color: rgb(134,110,4); }

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