Shades of Olive #918809
Tints of Olive #918809
RGB
CMYK
RGB Variations
Color information
#918809 (or 0x918809) is known color: Olive. HEX triplet: 91, 88 and 09. RGB value is (145,136,9). Sum of RGB (Red+Green+Blue) = 145+136+9=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 136 (53.52% from 255 or 46.90% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #918809 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #918809 is #6E77F6. Grayscale: #7C7C7C. Windows color (decimal): -7239671 or 624785. OLE color: 624785.
HSL color Cylindrical-coordinate representation of color #918809: hue angle of 56.03º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #918809 is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 136 | 9 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.43 |
| HSL | 56.03º | 0.88% | 0.3% | - |
| HSV(B) | 56.03º | 0.94% | 0.57% | - |
| XYZ | 20.53 | 23.65 | 3.74 | - |
| YUV | 124.21 | 62.98 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 136 | 9 | 0 | 0.06 | 0.94 | 0.43 | 56.03 | 0.88 | 0.3 |
| Hex | 91 | 88 | 9 | 0 | 6 | 5E | 2B | 38 | 58 | 1E |
| Octal | 221 | 210 | 11 | 0 | 6 | 136 | 53 | 70 | 130 | 36 |
| Binary | 10010001 | 10001000 | 1001 | 0 | 110 | 1011110 | 101011 | 111000 | 1011000 | 11110 |
Color Harmonies of #918809
Complementary color
Monochromatic Colors of #918809
Black with #918809
Text Example
Text Example
White with #918809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #918809; }
p { color: rgb(145,136,9); }
H1.HeaderClassName
{
color: #918809;
}
.AnyTagClassName
{
color: #918809;
}
</style>
background-color css
<style>
a { background-color: #918809; }
a { background-color: rgb(145,136,9); }
div.DivClassName
{
background-color: #918809;
}
.BgClassName
{
background-color: #918809;
}
</style>
border-color css
<style>
span { border-color: #918809; }
span { border-color: rgb(145,136,9); }
td.TdClassName
{
border-color: #918809;
}
.TagClassName
{
border-color: #918809;
}
</style>