#8e7f11

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

Shades of Olive #8E7F11

Tints of Olive #8E7F11

Color information

#8E7F11 (or 0x8E7F11) is unknown color: approx Olive. HEX triplet: 8E, 7F and 11. RGB value is (142,127,17). Sum of RGB (Red+Green+Blue) = 142+127+17=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 127 (50% from 255 or 44.41% from 286); Blue value is 17 (7.03% from 255 or 5.94% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7F11 is #7180EE. Grayscale: #777777. Windows color (decimal): -7438575 or 1146766. OLE color: 1146766.

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

Color convert

RGB14212717-
CMYK00.110.880.44
HSL52.8º78.62%31.18%-
HSV(B)52.8º88.03%55.69%-
XYZ18.8520.973.58-
YUV118.9470.47144.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 127 (50% from 255) = 44.41%
BLUE value IS 17 (7.03% from 255) = 5.94%
R=49.65%
G=44.41%
B=5.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421271700.110.880.4452.878.6231.18
Hex8E7F110B582C354f1f
Octal21617721013130546511737
Binary10001110111111110001010111011000101100110101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e7f11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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