#8D8212

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

Shades of Olive #8D8212

Tints of Olive #8D8212

Color information

#8D8212 (or 0x8D8212) is unknown color: approx Olive. HEX triplet: 8D, 82 and 12. RGB value is (141,130,18). Sum of RGB (Red+Green+Blue) = 141+130+18=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8212 is #727DED. Grayscale: #787878. Windows color (decimal): -7503342 or 1213069. OLE color: 1213069.

HSL color Cylindrical-coordinate representation of color #8D8212: hue angle of 54.63º 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 #8D8212 is Cyan = 0, Magento = 0.08, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB14113018-
CMYK00.080.870.45
HSL54.63º77.36%31.18%-
HSV(B)54.63º87.23%55.29%-
XYZ19.0821.673.75-
YUV120.5270.14142.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 48.79%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 18 (7.42% from 255) = 6.23%
R=48.79%
G=44.98%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411301800.080.870.4554.6377.3631.18
Hex8D821208572D374d1f
Octal21520222010127556711537
Binary100011011000001010010010001010111101101110111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,130,18); }

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

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

 a { background-color: rgb(141,130,18); }

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

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

 span { border-color: rgb(141,130,18); }

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