Shades of Olive #919602
Tints of Olive #919602
RGB
CMYK
RGB Variations
Color information
#919602 (or 0x919602) is known color: Olive. HEX triplet: 91, 96 and 02. RGB value is (145,150,2). Sum of RGB (Red+Green+Blue) = 145+150+2=297 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.82% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #919602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919602 is #6E69FD. Grayscale: #848484. Windows color (decimal): -7236094 or 169617. OLE color: 169617.
HSL color Cylindrical-coordinate representation of color #919602: hue angle of 62.03º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #919602 is Cyan = 0.03, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 145 | 150 | 2 | - |
| CMYK | 0.03 | 0 | 0.99 | 0.41 |
| HSL | 62.03º | 0.97% | 0.3% | - |
| HSV(B) | 62.03º | 0.99% | 0.59% | - |
| XYZ | 22.59 | 27.84 | 4.24 | - |
| YUV | 131.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 150 | 2 | 0.03 | 0 | 0.99 | 0.41 | 62.03 | 0.97 | 0.3 |
| Hex | 91 | 96 | 2 | 3 | 0 | 63 | 29 | 3E | 61 | 1E |
| Octal | 221 | 226 | 2 | 3 | 0 | 143 | 51 | 76 | 141 | 36 |
| Binary | 10010001 | 10010110 | 10 | 11 | 0 | 1100011 | 101001 | 111110 | 1100001 | 11110 |
Color Harmonies of #919602
Complementary color
Monochromatic Colors of #919602
Black with #919602
Text Example
Text Example
White with #919602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919602; }
p { color: rgb(145,150,2); }
H1.HeaderClassName
{
color: #919602;
}
.AnyTagClassName
{
color: #919602;
}
</style>
background-color css
<style>
a { background-color: #919602; }
a { background-color: rgb(145,150,2); }
div.DivClassName
{
background-color: #919602;
}
.BgClassName
{
background-color: #919602;
}
</style>
border-color css
<style>
span { border-color: #919602; }
span { border-color: rgb(145,150,2); }
td.TdClassName
{
border-color: #919602;
}
.TagClassName
{
border-color: #919602;
}
</style>