#8E7608

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

Shades of Olive #8E7608

Tints of Olive #8E7608

Color information

#8E7608 (or 0x8E7608) is unknown color: approx Olive. HEX triplet: 8E, 76 and 08. RGB value is (142,118,8). Sum of RGB (Red+Green+Blue) = 142+118+8=268 (35% of max value = 765). Red value is 142 (55.86% from 255 or 52.99% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7608 is #7189F7. Grayscale: #717171. Windows color (decimal): -7440888 or 554638. OLE color: 554638.

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

Color convert

RGB1421188-
CMYK00.170.940.44
HSL49.25º89.33%29.41%-
HSV(B)49.25º94.37%55.69%-
XYZ17.6818.732.91-
YUV112.6468.95148.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.99%
GREEN value IS 118 (46.48% from 255) = 44.03%
BLUE value IS 8 (3.52% from 255) = 2.99%
R=52.99%
G=44.03%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.94
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142118800.170.940.4449.2589.3329.41
Hex8E7680115E2C31591d
Octal21616610021136546113135
Binary10001110111011010000100011011110101100110001101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,118,8); }

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

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

 a { background-color: rgb(142,118,8); }

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

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

 span { border-color: rgb(142,118,8); }

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