#8E790C

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

Shades of Olive #8E790C

Tints of Olive #8E790C

Color information

#8E790C (or 0x8E790C) is unknown color: approx Olive. HEX triplet: 8E, 79 and 0C. RGB value is (142,121,12). Sum of RGB (Red+Green+Blue) = 142+121+12=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 121 (47.66% from 255 or 44% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E790C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E790C is #7186F3. Grayscale: #737373. Windows color (decimal): -7440116 or 817550. OLE color: 817550.

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

Color convert

RGB14212112-
CMYK00.150.920.44
HSL50.31º84.42%30.2%-
HSV(B)50.31º91.55%55.69%-
XYZ18.0619.453.15-
YUV114.8569.96147.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 121 (47.66% from 255) = 44%
BLUE value IS 12 (5.08% from 255) = 4.36%
R=51.64%
G=44%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421211200.150.920.4450.3184.4230.2
Hex8E79C0F5C2C32541e
Octal21617114017134546212436
Binary1000111011110011100011111011100101100110010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,121,12); }

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

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

 a { background-color: rgb(142,121,12); }

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

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

 span { border-color: rgb(142,121,12); }

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