Shades of Olive #908809
Tints of Olive #908809
RGB
CMYK
RGB Variations
Color information
#908809 (or 0x908809) is known color: Olive. HEX triplet: 90, 88 and 09. RGB value is (144,136,9). Sum of RGB (Red+Green+Blue) = 144+136+9=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 9 (3.91% from 255 or 3.11% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #908809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908809 is #6F77F6. Grayscale: #7C7C7C. Windows color (decimal): -7305207 or 624784. OLE color: 624784.
HSL color Cylindrical-coordinate representation of color #908809: hue angle of 56.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #908809 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 9 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.44 |
| HSL | 56.44º | 0.88% | 0.3% | - |
| HSV(B) | 56.44º | 0.94% | 0.56% | - |
| XYZ | 20.36 | 23.56 | 3.73 | - |
| YUV | 123.91 | 63.15 | 142.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 9 | 0 | 0.06 | 0.94 | 0.44 | 56.44 | 0.88 | 0.3 |
| Hex | 90 | 88 | 9 | 0 | 6 | 5E | 2C | 38 | 58 | 1E |
| Octal | 220 | 210 | 11 | 0 | 6 | 136 | 54 | 70 | 130 | 36 |
| Binary | 10010000 | 10001000 | 1001 | 0 | 110 | 1011110 | 101100 | 111000 | 1011000 | 11110 |
Color Harmonies of #908809
Complementary color
Monochromatic Colors of #908809
Black with #908809
Text Example
Text Example
White with #908809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908809; }
p { color: rgb(144,136,9); }
H1.HeaderClassName
{
color: #908809;
}
.AnyTagClassName
{
color: #908809;
}
</style>
background-color css
<style>
a { background-color: #908809; }
a { background-color: rgb(144,136,9); }
div.DivClassName
{
background-color: #908809;
}
.BgClassName
{
background-color: #908809;
}
</style>
border-color css
<style>
span { border-color: #908809; }
span { border-color: rgb(144,136,9); }
td.TdClassName
{
border-color: #908809;
}
.TagClassName
{
border-color: #908809;
}
</style>