#8E780E

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

Shades of Olive #8E780E

Tints of Olive #8E780E

Color information

#8E780E (or 0x8E780E) is unknown color: approx Olive. HEX triplet: 8E, 78 and 0E. RGB value is (142,120,14). Sum of RGB (Red+Green+Blue) = 142+120+14=276 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.45% from 276); Green value is 120 (47.27% from 255 or 43.48% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 142 - color contains mainly: red. Hex color #8E780E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E780E is #7187F1. Grayscale: #727272. Windows color (decimal): -7440370 or 948366. OLE color: 948366.

HSL color Cylindrical-coordinate representation of color #8E780E: hue angle of 49.69º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E780E is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.44.

Color convert

RGB14212014-
CMYK00.150.900.44
HSL49.69º82.05%30.59%-
HSV(B)49.69º90.14%55.69%-
XYZ17.9519.223.18-
YUV114.4971.29147.62-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.45%
GREEN value IS 120 (47.27% from 255) = 43.48%
BLUE value IS 14 (5.86% from 255) = 5.07%
R=51.45%
G=43.48%
B=5.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421201400.150.900.4449.6982.0530.59
Hex8E78E0F5A2C32521f
Octal21617016017132546212237
Binary1000111011110001110011111011010101100110010101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E780E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,120,14); }

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

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

 a { background-color: rgb(142,120,14); }

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

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

 span { border-color: rgb(142,120,14); }

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