#8E7E09

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

Shades of Olive #8E7E09

Tints of Olive #8E7E09

Color information

#8E7E09 (or 0x8E7E09) is unknown color: approx Olive. HEX triplet: 8E, 7E and 09. RGB value is (142,126,9). Sum of RGB (Red+Green+Blue) = 142+126+9=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7E09 is #7181F6. Grayscale: #757575. Windows color (decimal): -7438839 or 622222. OLE color: 622222.

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

Color convert

RGB1421269-
CMYK00.110.940.44
HSL52.78º88.08%29.61%-
HSV(B)52.78º93.66%55.69%-
XYZ18.6720.693.27-
YUV117.4566.8145.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 126 (49.61% from 255) = 45.49%
BLUE value IS 9 (3.91% from 255) = 3.25%
R=51.26%
G=45.49%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142126900.110.940.4452.7888.0829.61
Hex8E7E90B5E2C35581e
Octal21617611013136546513036
Binary1000111011111101001010111011110101100110101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,126,9); }

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

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

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

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

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

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

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