Shades of Olive #999100
Tints of Olive #999100
RGB
CMYK
RGB Variations
Color information
#999100 (or 0x999100) is known color: Olive. HEX triplet: 99, 91 and 00. RGB value is (153,145,0). Sum of RGB (Red+Green+Blue) = 153+145+0=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 145 (57.03% from 255 or 48.66% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #999100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999100 is #666EFF. Grayscale: #838383. Windows color (decimal): -6713088 or 37273. OLE color: 37273.
HSL color Cylindrical-coordinate representation of color #999100: hue angle of 56.86º 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 #999100 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 145 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.4 |
| HSL | 56.86º | 1% | 0.3% | - |
| HSV(B) | 56.86º | 1% | 0.6% | - |
| XYZ | 23.26 | 27.02 | 3.99 | - |
| YUV | 130.86 | 54.15 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 0 | 0 | 0.05 | 1 | 0.4 | 56.86 | 1 | 0.3 |
| Hex | 99 | 91 | 0 | 0 | 5 | 64 | 28 | 39 | 64 | 1E |
| Octal | 231 | 221 | 0 | 0 | 5 | 144 | 50 | 71 | 144 | 36 |
| Binary | 10011001 | 10010001 | 0 | 0 | 101 | 1100100 | 101000 | 111001 | 1100100 | 11110 |
Color Harmonies of #999100
Complementary color
Monochromatic Colors of #999100
Black with #999100
Text Example
Text Example
White with #999100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999100; }
p { color: rgb(153,145,0); }
H1.HeaderClassName
{
color: #999100;
}
.AnyTagClassName
{
color: #999100;
}
</style>
background-color css
<style>
a { background-color: #999100; }
a { background-color: rgb(153,145,0); }
div.DivClassName
{
background-color: #999100;
}
.BgClassName
{
background-color: #999100;
}
</style>
border-color css
<style>
span { border-color: #999100; }
span { border-color: rgb(153,145,0); }
td.TdClassName
{
border-color: #999100;
}
.TagClassName
{
border-color: #999100;
}
</style>