#8E8808

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

Shades of Olive #8E8808

Tints of Olive #8E8808

Color information

#8E8808 (or 0x8E8808) is unknown color: approx Olive. HEX triplet: 8E, 88 and 08. RGB value is (142,136,8). Sum of RGB (Red+Green+Blue) = 142+136+8=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 136 (53.52% from 255 or 47.55% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8808 is #7177F7. Grayscale: #7B7B7B. Windows color (decimal): -7436280 or 559246. OLE color: 559246.

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

Color convert

RGB1421368-
CMYK00.040.940.44
HSL57.31º89.33%29.41%-
HSV(B)57.31º94.37%55.69%-
XYZ2023.383.69-
YUV123.262.99141.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 136 (53.52% from 255) = 47.55%
BLUE value IS 8 (3.52% from 255) = 2.80%
R=49.65%
G=47.55%
B=2.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142136800.040.940.4457.3189.3329.41
Hex8E888045E2C39591d
Octal2162101004136547113135
Binary1000111010001000100001001011110101100111001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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