#8D8210

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

Shades of Olive #8D8210

Tints of Olive #8D8210

Color information

#8D8210 (or 0x8D8210) is unknown color: approx Olive. HEX triplet: 8D, 82 and 10. RGB value is (141,130,16). Sum of RGB (Red+Green+Blue) = 141+130+16=287 (38% of max value = 765). Red value is 141 (55.47% from 255 or 49.13% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8210 is #727DEF. Grayscale: #787878. Windows color (decimal): -7503344 or 1081997. OLE color: 1081997.

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

Color convert

RGB14113016-
CMYK00.080.890.45
HSL54.72º79.62%30.78%-
HSV(B)54.72º88.65%55.29%-
XYZ19.0621.673.67-
YUV120.2969.14142.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 49.13%
GREEN value IS 130 (51.17% from 255) = 45.30%
BLUE value IS 16 (6.64% from 255) = 5.57%
R=49.13%
G=45.30%
B=5.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411301600.080.890.4554.7279.6230.78
Hex8D821008592D37501f
Octal21520220010131556712037
Binary100011011000001010000010001011001101101110111101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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