#8E780F

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

Shades of Olive #8E780F

Tints of Olive #8E780F

Color information

#8E780F (or 0x8E780F) is unknown color: approx Olive. HEX triplet: 8E, 78 and 0F. RGB value is (142,120,15). Sum of RGB (Red+Green+Blue) = 142+120+15=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E780F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E780F is #7187F0. Grayscale: #737373. Windows color (decimal): -7440369 or 1013902. OLE color: 1013902.

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

Color convert

RGB14212015-
CMYK00.150.890.44
HSL49.61º80.89%30.78%-
HSV(B)49.61º89.44%55.69%-
XYZ17.9619.223.21-
YUV114.6171.79147.54-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.26%
GREEN value IS 120 (47.27% from 255) = 43.32%
BLUE value IS 15 (6.25% from 255) = 5.42%
R=51.26%
G=43.32%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.89
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421201500.150.890.4449.6180.8930.78
Hex8E78F0F592C32511f
Octal21617017017131546212137
Binary1000111011110001111011111011001101100110010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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