Shades of Olive #908210
Tints of Olive #908210
RGB
CMYK
RGB Variations
Color information
#908210 (or 0x908210) is known color: Olive. HEX triplet: 90, 82 and 10. RGB value is (144,130,16). Sum of RGB (Red+Green+Blue) = 144+130+16=290 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.66% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 144 - color contains mainly: red. Hex color #908210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908210 is #6F7DEF. Grayscale: #797979. Windows color (decimal): -7306736 or 1082000. OLE color: 1082000.
HSL color Cylindrical-coordinate representation of color #908210: hue angle of 53.44º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #908210 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 16 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.44 |
| HSL | 53.44º | 0.8% | 0.31% | - |
| HSV(B) | 53.44º | 0.89% | 0.56% | - |
| XYZ | 19.58 | 21.93 | 3.69 | - |
| YUV | 121.19 | 68.64 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 16 | 0 | 0.10 | 0.89 | 0.44 | 53.44 | 0.8 | 0.31 |
| Hex | 90 | 82 | 10 | 0 | A | 59 | 2C | 35 | 50 | 1F |
| Octal | 220 | 202 | 20 | 0 | 12 | 131 | 54 | 65 | 120 | 37 |
| Binary | 10010000 | 10000010 | 10000 | 0 | 1010 | 1011001 | 101100 | 110101 | 1010000 | 11111 |
Color Harmonies of #908210
Complementary color
Monochromatic Colors of #908210
Black with #908210
Text Example
Text Example
White with #908210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908210; }
p { color: rgb(144,130,16); }
H1.HeaderClassName
{
color: #908210;
}
.AnyTagClassName
{
color: #908210;
}
</style>
background-color css
<style>
a { background-color: #908210; }
a { background-color: rgb(144,130,16); }
div.DivClassName
{
background-color: #908210;
}
.BgClassName
{
background-color: #908210;
}
</style>
border-color css
<style>
span { border-color: #908210; }
span { border-color: rgb(144,130,16); }
td.TdClassName
{
border-color: #908210;
}
.TagClassName
{
border-color: #908210;
}
</style>