#8C8812

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

Shades of Olive #8C8812

Tints of Olive #8C8812

Color information

#8C8812 (or 0x8C8812) is unknown color: approx Olive. HEX triplet: 8C, 88 and 12. RGB value is (140,136,18). Sum of RGB (Red+Green+Blue) = 140+136+18=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C8812 is #7377ED. Grayscale: #7C7C7C. Windows color (decimal): -7567342 or 1214604. OLE color: 1214604.

HSL color Cylindrical-coordinate representation of color #8C8812: hue angle of 58.03º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C8812 is Cyan = 0, Magento = 0.03, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB14013618-
CMYK00.030.870.45
HSL58.03º77.22%30.98%-
HSV(B)58.03º87.14%54.9%-
XYZ19.7323.234.02-
YUV123.7468.33139.59-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 47.62%
GREEN value IS 136 (53.52% from 255) = 46.26%
BLUE value IS 18 (7.42% from 255) = 6.12%
R=47.62%
G=46.26%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401361800.030.870.4558.0377.2230.98
Hex8C881203572D3a4d1f
Octal2142102203127557211537
Binary1000110010001000100100111010111101101111010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,136,18); }

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

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

 a { background-color: rgb(140,136,18); }

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

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

 span { border-color: rgb(140,136,18); }

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