#8E7605

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

Shades of Olive #8E7605

Tints of Olive #8E7605

Color information

#8E7605 (or 0x8E7605) is unknown color: approx Olive. HEX triplet: 8E, 76 and 05. RGB value is (142,118,5). Sum of RGB (Red+Green+Blue) = 142+118+5=265 (35% of max value = 765). Red value is 142 (55.86% from 255 or 53.58% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7605 is #7189FA. Grayscale: #707070. Windows color (decimal): -7440891 or 358030. OLE color: 358030.

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

Color convert

RGB1421185-
CMYK00.170.960.44
HSL49.49º93.2%28.82%-
HSV(B)49.49º96.48%55.69%-
XYZ17.6618.722.83-
YUV112.2967.45149.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 53.58%
GREEN value IS 118 (46.48% from 255) = 44.53%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=53.58%
G=44.53%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.96
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142118500.170.960.4449.4993.228.82
Hex8E765011602C315d1d
Octal2161665021140546113535
Binary1000111011101101010100011100000101100110001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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