#8E770B

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

Shades of Olive #8E770B

Tints of Olive #8E770B

Color information

#8E770B (or 0x8E770B) is unknown color: approx Olive. HEX triplet: 8E, 77 and 0B. RGB value is (142,119,11). Sum of RGB (Red+Green+Blue) = 142+119+11=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E770B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E770B is #7188F4. Grayscale: #727272. Windows color (decimal): -7440629 or 751502. OLE color: 751502.

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

Color convert

RGB14211911-
CMYK00.160.920.44
HSL49.47º85.62%30%-
HSV(B)49.47º92.25%55.69%-
XYZ17.8118.973.04-
YUV113.5670.12148.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 52.21%
GREEN value IS 119 (46.88% from 255) = 43.75%
BLUE value IS 11 (4.69% from 255) = 4.04%
R=52.21%
G=43.75%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421191100.160.920.4449.4785.6230
Hex8E77B0105C2C31561e
Octal21616713020134546112636
Binary10001110111011110110100001011100101100110001101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E770B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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