#8E7D05

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

Shades of Olive #8E7D05

Tints of Olive #8E7D05

Color information

#8E7D05 (or 0x8E7D05) is unknown color: approx Olive. HEX triplet: 8E, 7D and 05. RGB value is (142,125,5). Sum of RGB (Red+Green+Blue) = 142+125+5=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 125 (49.22% from 255 or 45.96% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7D05 is #7182FA. Grayscale: #747474. Windows color (decimal): -7439099 or 359822. OLE color: 359822.

HSL color Cylindrical-coordinate representation of color #8E7D05: hue angle of 52.55º degrees, saturation: 0.93, 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 #8E7D05 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB1421255-
CMYK00.120.960.44
HSL52.55º93.2%28.82%-
HSV(B)52.55º96.48%55.69%-
XYZ18.5220.433.11-
YUV116.465.13146.26-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 125 (49.22% from 255) = 45.96%
BLUE value IS 5 (2.34% from 255) = 1.84%
R=52.21%
G=45.96%
B=1.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142125500.120.960.4452.5593.228.82
Hex8E7D50C602C355d1d
Octal2161755014140546513535
Binary100011101111101101011001100000101100110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,125,5); }

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

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

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

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

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

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

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