Shades of Olive #919100
Tints of Olive #919100
RGB
CMYK
RGB Variations
Color information
#919100 (or 0x919100) is known color: Olive. HEX triplet: 91, 91 and 00. RGB value is (145,145,0). Sum of RGB (Red+Green+Blue) = 145+145+0=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 145 - color contains mainly: red, green. Hex color #919100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #919100 is #6E6EFF. Grayscale: #818181. Windows color (decimal): -7237376 or 37265. OLE color: 37265.
HSL color Cylindrical-coordinate representation of color #919100: hue angle of 60º 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 #919100 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 145 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.43 |
| HSL | 60º | 1% | 0.28% | - |
| HSV(B) | 60º | 1% | 0.57% | - |
| XYZ | 21.8 | 26.27 | 3.92 | - |
| YUV | 128.47 | 55.5 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 145 | 0 | 0 | 0 | 1 | 0.43 | 60 | 1 | 0.28 |
| Hex | 91 | 91 | 0 | 0 | 0 | 64 | 2B | 3C | 64 | 1C |
| Octal | 221 | 221 | 0 | 0 | 0 | 144 | 53 | 74 | 144 | 34 |
| Binary | 10010001 | 10010001 | 0 | 0 | 0 | 1100100 | 101011 | 111100 | 1100100 | 11100 |
Color Harmonies of #919100
Complementary color
Monochromatic Colors of #919100
Black with #919100
Text Example
Text Example
White with #919100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919100; }
p { color: rgb(145,145,0); }
H1.HeaderClassName
{
color: #919100;
}
.AnyTagClassName
{
color: #919100;
}
</style>
background-color css
<style>
a { background-color: #919100; }
a { background-color: rgb(145,145,0); }
div.DivClassName
{
background-color: #919100;
}
.BgClassName
{
background-color: #919100;
}
</style>
border-color css
<style>
span { border-color: #919100; }
span { border-color: rgb(145,145,0); }
td.TdClassName
{
border-color: #919100;
}
.TagClassName
{
border-color: #919100;
}
</style>