#8E7A0E

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

Shades of Olive #8E7A0E

Tints of Olive #8E7A0E

Color information

#8E7A0E (or 0x8E7A0E) is unknown color: approx Olive. HEX triplet: 8E, 7A and 0E. RGB value is (142,122,14). Sum of RGB (Red+Green+Blue) = 142+122+14=278 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.08% from 278); Green value is 122 (48.05% from 255 or 43.88% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7A0E is #7185F1. Grayscale: #747474. Windows color (decimal): -7439858 or 948878. OLE color: 948878.

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

Color convert

RGB14212214-
CMYK00.140.900.44
HSL50.62º82.05%30.59%-
HSV(B)50.62º90.14%55.69%-
XYZ18.1919.73.26-
YUV115.6770.63146.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.08%
GREEN value IS 122 (48.05% from 255) = 43.88%
BLUE value IS 14 (5.86% from 255) = 5.04%
R=51.08%
G=43.88%
B=5.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.90
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421221400.140.900.4450.6282.0530.59
Hex8E7AE0E5A2C33521f
Octal21617216016132546312237
Binary1000111011110101110011101011010101100110011101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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