#8e8211

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

Shades of Olive #8E8211

Tints of Olive #8E8211

Color information

#8E8211 (or 0x8E8211) is unknown color: approx Olive. HEX triplet: 8E, 82 and 11. RGB value is (142,130,17). Sum of RGB (Red+Green+Blue) = 142+130+17=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 17 (7.03% from 255 or 5.88% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8E8211 is #717DEE. Grayscale: #797979. Windows color (decimal): -7437807 or 1147534. OLE color: 1147534.

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

Color convert

RGB14213017-
CMYK00.080.880.44
HSL54.24º78.62%31.18%-
HSV(B)54.24º88.03%55.69%-
XYZ19.2421.763.72-
YUV120.7169.48143.19-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 17 (7.03% from 255) = 5.88%
R=49.13%
G=44.98%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421301700.080.880.4454.2478.6231.18
Hex8E821108582C364f1f
Octal21620221010130546611737
Binary100011101000001010001010001011000101100110110100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e8211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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