#8E7104

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

Shades of Olive #8E7104

Tints of Olive #8E7104

Color information

#8E7104 (or 0x8E7104) is unknown color: approx Olive. HEX triplet: 8E, 71 and 04. RGB value is (142,113,4). Sum of RGB (Red+Green+Blue) = 142+113+4=259 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.83% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7104 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7104 is #718EFB. Grayscale: #6D6D6D. Windows color (decimal): -7442172 or 291214. OLE color: 291214.

HSL color Cylindrical-coordinate representation of color #8E7104: hue angle of 47.39º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E7104 is Cyan = 0, Magento = 0.20, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1421134-
CMYK00.200.970.44
HSL47.39º94.52%28.63%-
HSV(B)47.39º97.18%55.69%-
XYZ17.0817.572.61-
YUV109.2468.61151.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 54.83%
GREEN value IS 113 (44.53% from 255) = 43.63%
BLUE value IS 4 (1.95% from 255) = 1.54%
R=54.83%
G=43.63%
B=1.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142113400.200.970.4447.3994.5228.63
Hex8E714014612C2f5f1d
Octal2161614024141545713735
Binary1000111011100011000101001100001101100101111101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,113,4); }

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

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

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

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

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

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

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