#8E7E06

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

Shades of Olive #8E7E06

Tints of Olive #8E7E06

Color information

#8E7E06 (or 0x8E7E06) is unknown color: approx Olive. HEX triplet: 8E, 7E and 06. RGB value is (142,126,6). Sum of RGB (Red+Green+Blue) = 142+126+6=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7E06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7E06 is #7181F9. Grayscale: #757575. Windows color (decimal): -7438842 or 425614. OLE color: 425614.

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

Color convert

RGB1421266-
CMYK00.110.960.44
HSL52.94º91.89%29.02%-
HSV(B)52.94º95.77%55.69%-
XYZ18.6520.693.18-
YUV117.165.3145.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.82%
GREEN value IS 126 (49.61% from 255) = 45.99%
BLUE value IS 6 (2.73% from 255) = 2.19%
R=51.82%
G=45.99%
B=2.19%

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
Decimal142126600.110.960.4452.9491.8929.02
Hex8E7E60B602C355c1d
Octal2161766013140546513435
Binary100011101111110110010111100000101100110101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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