Shades of Olive #919009
Tints of Olive #919009
RGB
CMYK
RGB Variations
Color information
#919009 (or 0x919009) is known color: Olive. HEX triplet: 91, 90 and 09. RGB value is (145,144,9). Sum of RGB (Red+Green+Blue) = 145+144+9=298 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.66% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 9 (3.91% from 255 or 3.02% from 298); Max value from RGB is 145 - color contains mainly: red. Hex color #919009 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919009 is #6E6FF6. Grayscale: #818181. Windows color (decimal): -7237623 or 626833. OLE color: 626833.
HSL color Cylindrical-coordinate representation of color #919009: hue angle of 59.56º 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 #919009 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 144 | 9 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.43 |
| HSL | 59.56º | 0.88% | 0.3% | - |
| HSV(B) | 59.56º | 0.94% | 0.57% | - |
| XYZ | 21.7 | 25.99 | 4.13 | - |
| YUV | 128.91 | 60.33 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 9 | 0 | 0.01 | 0.94 | 0.43 | 59.56 | 0.88 | 0.3 |
| Hex | 91 | 90 | 9 | 0 | 1 | 5E | 2B | 3C | 58 | 1E |
| Octal | 221 | 220 | 11 | 0 | 1 | 136 | 53 | 74 | 130 | 36 |
| Binary | 10010001 | 10010000 | 1001 | 0 | 1 | 1011110 | 101011 | 111100 | 1011000 | 11110 |
Color Harmonies of #919009
Complementary color
Monochromatic Colors of #919009
Black with #919009
Text Example
Text Example
White with #919009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919009; }
p { color: rgb(145,144,9); }
H1.HeaderClassName
{
color: #919009;
}
.AnyTagClassName
{
color: #919009;
}
</style>
background-color css
<style>
a { background-color: #919009; }
a { background-color: rgb(145,144,9); }
div.DivClassName
{
background-color: #919009;
}
.BgClassName
{
background-color: #919009;
}
</style>
border-color css
<style>
span { border-color: #919009; }
span { border-color: rgb(145,144,9); }
td.TdClassName
{
border-color: #919009;
}
.TagClassName
{
border-color: #919009;
}
</style>