Shades of Olive #969100
Tints of Olive #969100
RGB
CMYK
RGB Variations
Color information
#969100 (or 0x969100) is known color: Olive. HEX triplet: 96, 91 and 00. RGB value is (150,145,0). Sum of RGB (Red+Green+Blue) = 150+145+0=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 145 (57.03% from 255 or 49.15% from 295); Blue value is 0 (0.39% from 255 or 0% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #969100 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969100 is #696EFF. Grayscale: #828282. Windows color (decimal): -6909696 or 37270. OLE color: 37270.
HSL color Cylindrical-coordinate representation of color #969100: hue angle of 58º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #969100 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 145 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.41 |
| HSL | 58º | 1% | 0.29% | - |
| HSV(B) | 58º | 1% | 0.59% | - |
| XYZ | 22.7 | 26.73 | 3.96 | - |
| YUV | 129.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 145 | 0 | 0 | 0.03 | 1 | 0.41 | 58 | 1 | 0.29 |
| Hex | 96 | 91 | 0 | 0 | 3 | 64 | 29 | 3A | 64 | 1D |
| Octal | 226 | 221 | 0 | 0 | 3 | 144 | 51 | 72 | 144 | 35 |
| Binary | 10010110 | 10010001 | 0 | 0 | 11 | 1100100 | 101001 | 111010 | 1100100 | 11101 |
Color Harmonies of #969100
Complementary color
Monochromatic Colors of #969100
Black with #969100
Text Example
Text Example
White with #969100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969100; }
p { color: rgb(150,145,0); }
H1.HeaderClassName
{
color: #969100;
}
.AnyTagClassName
{
color: #969100;
}
</style>
background-color css
<style>
a { background-color: #969100; }
a { background-color: rgb(150,145,0); }
div.DivClassName
{
background-color: #969100;
}
.BgClassName
{
background-color: #969100;
}
</style>
border-color css
<style>
span { border-color: #969100; }
span { border-color: rgb(150,145,0); }
td.TdClassName
{
border-color: #969100;
}
.TagClassName
{
border-color: #969100;
}
</style>