Shades of Olive #908811
Tints of Olive #908811
RGB
CMYK
RGB Variations
Color information
#908811 (or 0x908811) is known color: Olive. HEX triplet: 90, 88 and 11. RGB value is (144,136,17). Sum of RGB (Red+Green+Blue) = 144+136+17=297 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.48% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 144 - color contains mainly: red. Hex color #908811 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908811 is #6F77EE. Grayscale: #7D7D7D. Windows color (decimal): -7305199 or 1149072. OLE color: 1149072.
HSL color Cylindrical-coordinate representation of color #908811: hue angle of 56.22º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #908811 is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 136 | 17 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.44 |
| HSL | 56.22º | 0.79% | 0.32% | - |
| HSV(B) | 56.22º | 0.88% | 0.56% | - |
| XYZ | 20.41 | 23.58 | 4.01 | - |
| YUV | 124.83 | 67.15 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 136 | 17 | 0 | 0.06 | 0.88 | 0.44 | 56.22 | 0.79 | 0.32 |
| Hex | 90 | 88 | 11 | 0 | 6 | 58 | 2C | 38 | 4F | 20 |
| Octal | 220 | 210 | 21 | 0 | 6 | 130 | 54 | 70 | 117 | 40 |
| Binary | 10010000 | 10001000 | 10001 | 0 | 110 | 1011000 | 101100 | 111000 | 1001111 | 100000 |
Color Harmonies of #908811
Complementary color
Monochromatic Colors of #908811
Black with #908811
Text Example
Text Example
White with #908811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908811; }
p { color: rgb(144,136,17); }
H1.HeaderClassName
{
color: #908811;
}
.AnyTagClassName
{
color: #908811;
}
</style>
background-color css
<style>
a { background-color: #908811; }
a { background-color: rgb(144,136,17); }
div.DivClassName
{
background-color: #908811;
}
.BgClassName
{
background-color: #908811;
}
</style>
border-color css
<style>
span { border-color: #908811; }
span { border-color: rgb(144,136,17); }
td.TdClassName
{
border-color: #908811;
}
.TagClassName
{
border-color: #908811;
}
</style>