Shades of Olive #908205
Tints of Olive #908205
RGB
CMYK
RGB Variations
Color information
#908205 (or 0x908205) is known color: Olive. HEX triplet: 90, 82 and 05. RGB value is (144,130,5). Sum of RGB (Red+Green+Blue) = 144+130+5=279 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.61% from 279); Green value is 130 (51.17% from 255 or 46.59% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 144 - color contains mainly: red. Hex color #908205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908205 is #6F7DFA. Grayscale: #787878. Windows color (decimal): -7306747 or 361104. OLE color: 361104.
HSL color Cylindrical-coordinate representation of color #908205: hue angle of 53.96º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #908205 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 130 | 5 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.44 |
| HSL | 53.96º | 0.93% | 0.29% | - |
| HSV(B) | 53.96º | 0.97% | 0.56% | - |
| XYZ | 19.51 | 21.91 | 3.34 | - |
| YUV | 119.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 130 | 5 | 0 | 0.10 | 0.97 | 0.44 | 53.96 | 0.93 | 0.29 |
| Hex | 90 | 82 | 5 | 0 | A | 61 | 2C | 36 | 5D | 1D |
| Octal | 220 | 202 | 5 | 0 | 12 | 141 | 54 | 66 | 135 | 35 |
| Binary | 10010000 | 10000010 | 101 | 0 | 1010 | 1100001 | 101100 | 110110 | 1011101 | 11101 |
Color Harmonies of #908205
Complementary color
Monochromatic Colors of #908205
Black with #908205
Text Example
Text Example
White with #908205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908205; }
p { color: rgb(144,130,5); }
H1.HeaderClassName
{
color: #908205;
}
.AnyTagClassName
{
color: #908205;
}
</style>
background-color css
<style>
a { background-color: #908205; }
a { background-color: rgb(144,130,5); }
div.DivClassName
{
background-color: #908205;
}
.BgClassName
{
background-color: #908205;
}
</style>
border-color css
<style>
span { border-color: #908205; }
span { border-color: rgb(144,130,5); }
td.TdClassName
{
border-color: #908205;
}
.TagClassName
{
border-color: #908205;
}
</style>