#8e7d11

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

Shades of Olive #8E7D11

Tints of Olive #8E7D11

Color information

#8E7D11 (or 0x8E7D11) is unknown color: approx Olive. HEX triplet: 8E, 7D and 11. RGB value is (142,125,17). Sum of RGB (Red+Green+Blue) = 142+125+17=284 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50% from 284); Green value is 125 (49.22% from 255 or 44.01% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7D11 is #7182EE. Grayscale: #767676. Windows color (decimal): -7439087 or 1146254. OLE color: 1146254.

HSL color Cylindrical-coordinate representation of color #8E7D11: hue angle of 51.84º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E7D11 is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB14212517-
CMYK00.120.880.44
HSL51.84º78.62%31.18%-
HSV(B)51.84º88.03%55.69%-
XYZ18.5920.463.5-
YUV117.7771.13145.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50%
GREEN value IS 125 (49.22% from 255) = 44.01%
BLUE value IS 17 (7.03% from 255) = 5.99%
R=50%
G=44.01%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421251700.120.880.4451.8478.6231.18
Hex8E7D110C582C344f1f
Octal21617521014130546411737
Binary10001110111110110001011001011000101100110100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e7d11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,125,17); }

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

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

 a { background-color: rgb(142,125,17); }

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

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

 span { border-color: rgb(142,125,17); }

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