#8E7F0B

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

Shades of Olive #8E7F0B

Tints of Olive #8E7F0B

Color information

#8E7F0B (or 0x8E7F0B) is unknown color: approx Olive. HEX triplet: 8E, 7F and 0B. RGB value is (142,127,11). Sum of RGB (Red+Green+Blue) = 142+127+11=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 127 (50% from 255 or 45.36% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7F0B is #7180F4. Grayscale: #767676. Windows color (decimal): -7438581 or 753550. OLE color: 753550.

HSL color Cylindrical-coordinate representation of color #8E7F0B: hue angle of 53.13º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8E7F0B is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB14212711-
CMYK00.110.920.44
HSL53.13º85.62%30%-
HSV(B)53.13º92.25%55.69%-
XYZ18.8120.953.37-
YUV118.2667.47144.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.71%
GREEN value IS 127 (50% from 255) = 45.36%
BLUE value IS 11 (4.69% from 255) = 3.93%
R=50.71%
G=45.36%
B=3.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421271100.110.920.4453.1385.6230
Hex8E7FB0B5C2C35561e
Octal21617713013134546512636
Binary1000111011111111011010111011100101100110101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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