Shades of Olive #919902
Tints of Olive #919902
RGB
CMYK
RGB Variations
Color information
#919902 (or 0x919902) is known color: Olive. HEX triplet: 91, 99 and 02. RGB value is (145,153,2). Sum of RGB (Red+Green+Blue) = 145+153+2=300 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.33% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #919902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919902 is #6E66FD. Grayscale: #858585. Windows color (decimal): -7235326 or 170385. OLE color: 170385.
HSL color Cylindrical-coordinate representation of color #919902: hue angle of 63.18º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #919902 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 145 | 153 | 2 | - |
| CMYK | 0.05 | 0 | 0.99 | 0.4 |
| HSL | 63.18º | 0.97% | 0.3% | - |
| HSV(B) | 63.18º | 0.99% | 0.6% | - |
| XYZ | 23.08 | 28.81 | 4.4 | - |
| YUV | 133.39 | 53.85 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 2 | 0.05 | 0 | 0.99 | 0.4 | 63.18 | 0.97 | 0.3 |
| Hex | 91 | 99 | 2 | 5 | 0 | 63 | 28 | 3F | 61 | 1E |
| Octal | 221 | 231 | 2 | 5 | 0 | 143 | 50 | 77 | 141 | 36 |
| Binary | 10010001 | 10011001 | 10 | 101 | 0 | 1100011 | 101000 | 111111 | 1100001 | 11110 |
Color Harmonies of #919902
Complementary color
Monochromatic Colors of #919902
Black with #919902
Text Example
Text Example
White with #919902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919902; }
p { color: rgb(145,153,2); }
H1.HeaderClassName
{
color: #919902;
}
.AnyTagClassName
{
color: #919902;
}
</style>
background-color css
<style>
a { background-color: #919902; }
a { background-color: rgb(145,153,2); }
div.DivClassName
{
background-color: #919902;
}
.BgClassName
{
background-color: #919902;
}
</style>
border-color css
<style>
span { border-color: #919902; }
span { border-color: rgb(145,153,2); }
td.TdClassName
{
border-color: #919902;
}
.TagClassName
{
border-color: #919902;
}
</style>