#8D8910

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

Shades of Olive #8D8910

Tints of Olive #8D8910

Color information

#8D8910 (or 0x8D8910) is unknown color: approx Olive. HEX triplet: 8D, 89 and 10. RGB value is (141,137,16). Sum of RGB (Red+Green+Blue) = 141+137+16=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 16 (6.64% from 255 or 5.44% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8910 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8D8910 is #7276EF. Grayscale: #7C7C7C. Windows color (decimal): -7501552 or 1083789. OLE color: 1083789.

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

Color convert

RGB14113716-
CMYK00.030.890.45
HSL58.08º79.62%30.78%-
HSV(B)58.08º88.65%55.29%-
XYZ20.0223.593.99-
YUV124.466.83139.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 47.96%
GREEN value IS 137 (53.91% from 255) = 46.60%
BLUE value IS 16 (6.64% from 255) = 5.44%
R=47.96%
G=46.60%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1411371600.030.890.4558.0879.6230.78
Hex8D891003592D3a501f
Octal2152112003131557212037
Binary1000110110001001100000111011001101101111010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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