Shades of Olive #919A00
Tints of Olive #919A00
RGB
CMYK
RGB Variations
Color information
#919A00 (or 0x919A00) is known color: Olive. HEX triplet: 91, 9A and 00. RGB value is (145,154,0). Sum of RGB (Red+Green+Blue) = 145+154+0=299 (39% of max value = 765). Red value is 145 (57.03% from 255 or 48.49% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #919A00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919A00 is #6E65FF. Grayscale: #868686. Windows color (decimal): -7235072 or 39569. OLE color: 39569.
HSL color Cylindrical-coordinate representation of color #919A00: hue angle of 63.51º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #919A00 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 0 | - |
| CMYK | 0.06 | 0 | 1 | 0.40 |
| HSL | 63.51º | 1% | 0.3% | - |
| HSV(B) | 63.51º | 1% | 0.6% | - |
| XYZ | 23.23 | 29.13 | 4.4 | - |
| YUV | 133.75 | 52.52 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 0 | 0.06 | 0 | 1 | 0.40 | 63.51 | 1 | 0.3 |
| Hex | 91 | 9A | 0 | 6 | 0 | 64 | 28 | 40 | 64 | 1E |
| Octal | 221 | 232 | 0 | 6 | 0 | 144 | 50 | 100 | 144 | 36 |
| Binary | 10010001 | 10011010 | 0 | 110 | 0 | 1100100 | 101000 | 1000000 | 1100100 | 11110 |
Color Harmonies of #919A00
Complementary color
Monochromatic Colors of #919A00
Black with #919A00
Text Example
Text Example
White with #919A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A00; }
p { color: rgb(145,154,0); }
H1.HeaderClassName
{
color: #919A00;
}
.AnyTagClassName
{
color: #919A00;
}
</style>
background-color css
<style>
a { background-color: #919A00; }
a { background-color: rgb(145,154,0); }
div.DivClassName
{
background-color: #919A00;
}
.BgClassName
{
background-color: #919A00;
}
</style>
border-color css
<style>
span { border-color: #919A00; }
span { border-color: rgb(145,154,0); }
td.TdClassName
{
border-color: #919A00;
}
.TagClassName
{
border-color: #919A00;
}
</style>