#8E7407

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

Shades of Olive #8E7407

Tints of Olive #8E7407

Color information

#8E7407 (or 0x8E7407) is unknown color: approx Olive. HEX triplet: 8E, 74 and 07. RGB value is (142,116,7). Sum of RGB (Red+Green+Blue) = 142+116+7=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7407 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7407 is #718BF8. Grayscale: #6F6F6F. Windows color (decimal): -7441401 or 488590. OLE color: 488590.

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

Color convert

RGB1421167-
CMYK00.180.950.44
HSL48.44º90.6%29.22%-
HSV(B)48.44º95.07%55.69%-
XYZ17.4418.262.81-
YUV111.3569.11149.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 7 (3.12% from 255) = 2.64%
R=53.58%
G=43.77%
B=2.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.95
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142116700.180.950.4448.4490.629.22
Hex8E7470125F2C305b1d
Octal2161647022137546013335
Binary1000111011101001110100101011111101100110000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,116,7); }

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

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

 a { background-color: rgb(142,116,7); }

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

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

 span { border-color: rgb(142,116,7); }

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