#8E8E08

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

Shades of Olive #8E8E08

Tints of Olive #8E8E08

Color information

#8E8E08 (or 0x8E8E08) is unknown color: approx Olive. HEX triplet: 8E, 8E and 08. RGB value is (142,142,8). Sum of RGB (Red+Green+Blue) = 142+142+8=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 142 - color contains mainly: red, green. Hex color #8E8E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8E08 is #7171F7. Grayscale: #7F7F7F. Windows color (decimal): -7434744 or 560782. OLE color: 560782.

HSL color Cylindrical-coordinate representation of color #8E8E08: hue angle of 60º 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 #8E8E08 is Cyan = 0, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB1421428-
CMYK000.940.44
HSL60º89.33%29.41%-
HSV(B)60º94.37%55.69%-
XYZ20.8725.113.98-
YUV126.7261138.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 142 (55.86% from 255) = 48.63%
BLUE value IS 8 (3.52% from 255) = 2.74%
R=48.63%
G=48.63%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421428000.940.446089.3329.41
Hex8E8E8005E2C3c591d
Octal2162161000136547413135
Binary10001110100011101000001011110101100111100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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