#8E8806

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

Shades of Olive #8E8806

Tints of Olive #8E8806

Color information

#8E8806 (or 0x8E8806) is unknown color: approx Olive. HEX triplet: 8E, 88 and 06. RGB value is (142,136,6). Sum of RGB (Red+Green+Blue) = 142+136+6=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 6 (2.73% from 255 or 2.11% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8806 is #7177F9. Grayscale: #7B7B7B. Windows color (decimal): -7436282 or 428174. OLE color: 428174.

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

Color convert

RGB1421366-
CMYK00.040.960.44
HSL57.35º91.89%29.02%-
HSV(B)57.35º95.77%55.69%-
XYZ19.9923.373.63-
YUV122.9761.99141.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 6 (2.73% from 255) = 2.11%
R=50%
G=47.89%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142136600.040.960.4457.3591.8929.02
Hex8E88604602C395c1d
Octal216210604140547113435
Binary100011101000100011001001100000101100111001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,136,6); }

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

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

 a { background-color: rgb(142,136,6); }

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

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

 span { border-color: rgb(142,136,6); }

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