#8E7F0C

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

Shades of Olive #8E7F0C

Tints of Olive #8E7F0C

Color information

#8E7F0C (or 0x8E7F0C) is unknown color: approx Olive. HEX triplet: 8E, 7F and 0C. RGB value is (142,127,12). Sum of RGB (Red+Green+Blue) = 142+127+12=281 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.53% from 281); Green value is 127 (50% from 255 or 45.20% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E7F0C is #7180F3. Grayscale: #767676. Windows color (decimal): -7438580 or 819086. OLE color: 819086.

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

Color convert

RGB14212712-
CMYK00.110.920.44
HSL53.08º84.42%30.2%-
HSV(B)53.08º91.55%55.69%-
XYZ18.8120.963.4-
YUV118.3767.97144.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.53%
GREEN value IS 127 (50% from 255) = 45.20%
BLUE value IS 12 (5.08% from 255) = 4.27%
R=50.53%
G=45.20%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421271200.110.920.4453.0884.4230.2
Hex8E7FC0B5C2C35541e
Octal21617714013134546512436
Binary1000111011111111100010111011100101100110101101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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