#8E7E05

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

Shades of Olive #8E7E05

Tints of Olive #8E7E05

Color information

#8E7E05 (or 0x8E7E05) is unknown color: approx Olive. HEX triplet: 8E, 7E and 05. RGB value is (142,126,5). Sum of RGB (Red+Green+Blue) = 142+126+5=273 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.01% from 273); Green value is 126 (49.61% from 255 or 46.15% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7E05 is #7181FA. Grayscale: #757575. Windows color (decimal): -7438843 or 360078. OLE color: 360078.

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

Color convert

RGB1421265-
CMYK00.110.960.44
HSL52.99º93.2%28.82%-
HSV(B)52.99º96.48%55.69%-
XYZ18.6420.683.15-
YUV116.9964.8145.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.01%
GREEN value IS 126 (49.61% from 255) = 46.15%
BLUE value IS 5 (2.34% from 255) = 1.83%
R=52.01%
G=46.15%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142126500.110.960.4452.9993.228.82
Hex8E7E50B602C355d1d
Octal2161765013140546513535
Binary100011101111110101010111100000101100110101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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