#8E8204

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

Shades of Olive #8E8204

Tints of Olive #8E8204

Color information

#8E8204 (or 0x8E8204) is unknown color: approx Olive. HEX triplet: 8E, 82 and 04. RGB value is (142,130,4). Sum of RGB (Red+Green+Blue) = 142+130+4=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8204 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8204 is #717DFB. Grayscale: #777777. Windows color (decimal): -7437820 or 295566. OLE color: 295566.

HSL color Cylindrical-coordinate representation of color #8E8204: hue angle of 54.78º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E8204 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1421304-
CMYK00.080.970.44
HSL54.78º94.52%28.63%-
HSV(B)54.78º97.18%55.69%-
XYZ19.1621.723.3-
YUV119.2262.98144.25-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 130 (51.17% from 255) = 47.10%
BLUE value IS 4 (1.95% from 255) = 1.45%
R=51.45%
G=47.10%
B=1.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142130400.080.970.4454.7894.5228.63
Hex8E82408612C375f1d
Octal2162024010141546713735
Binary1000111010000010100010001100001101100110111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E8204; }

 p { color: rgb(142,130,4); }

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

<style>
 a { background-color: #8E8204; }

 a { background-color: rgb(142,130,4); }

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

<style>
 span { border-color: #8E8204; }

 span { border-color: rgb(142,130,4); }

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