Shades of Olive #919000
Tints of Olive #919000
RGB
CMYK
RGB Variations
Color information
#919000 (or 0x919000) is known color: Olive. HEX triplet: 91, 90 and 00. RGB value is (145,144,0). Sum of RGB (Red+Green+Blue) = 145+144+0=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 144 (56.64% from 255 or 49.83% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #919000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919000 is #6E6FFF. Grayscale: #808080. Windows color (decimal): -7237632 or 37009. OLE color: 37009.
HSL color Cylindrical-coordinate representation of color #919000: hue angle of 59.59º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #919000 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 144 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.43 |
| HSL | 59.59º | 1% | 0.28% | - |
| HSV(B) | 59.59º | 1% | 0.57% | - |
| XYZ | 21.65 | 25.97 | 3.87 | - |
| YUV | 127.88 | 55.83 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 144 | 0 | 0 | 0.01 | 1 | 0.43 | 59.59 | 1 | 0.28 |
| Hex | 91 | 90 | 0 | 0 | 1 | 64 | 2B | 3C | 64 | 1C |
| Octal | 221 | 220 | 0 | 0 | 1 | 144 | 53 | 74 | 144 | 34 |
| Binary | 10010001 | 10010000 | 0 | 0 | 1 | 1100100 | 101011 | 111100 | 1100100 | 11100 |
Color Harmonies of #919000
Complementary color
Monochromatic Colors of #919000
Black with #919000
Text Example
Text Example
White with #919000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919000; }
p { color: rgb(145,144,0); }
H1.HeaderClassName
{
color: #919000;
}
.AnyTagClassName
{
color: #919000;
}
</style>
background-color css
<style>
a { background-color: #919000; }
a { background-color: rgb(145,144,0); }
div.DivClassName
{
background-color: #919000;
}
.BgClassName
{
background-color: #919000;
}
</style>
border-color css
<style>
span { border-color: #919000; }
span { border-color: rgb(145,144,0); }
td.TdClassName
{
border-color: #919000;
}
.TagClassName
{
border-color: #919000;
}
</style>