Shades of Olive #969000
Tints of Olive #969000
RGB
CMYK
RGB Variations
Color information
#969000 (or 0x969000) is known color: Olive. HEX triplet: 96, 90 and 00. RGB value is (150,144,0). Sum of RGB (Red+Green+Blue) = 150+144+0=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 144 (56.64% from 255 or 48.98% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #969000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969000 is #696FFF. Grayscale: #818181. Windows color (decimal): -6909952 or 37014. OLE color: 37014.
HSL color Cylindrical-coordinate representation of color #969000: hue angle of 57.6º 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 #969000 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.41 |
| HSL | 57.6º | 1% | 0.29% | - |
| HSV(B) | 57.6º | 1% | 0.59% | - |
| XYZ | 22.55 | 26.43 | 3.91 | - |
| YUV | 129.38 | 54.99 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 0 | 0 | 0.04 | 1 | 0.41 | 57.6 | 1 | 0.29 |
| Hex | 96 | 90 | 0 | 0 | 4 | 64 | 29 | 3A | 64 | 1D |
| Octal | 226 | 220 | 0 | 0 | 4 | 144 | 51 | 72 | 144 | 35 |
| Binary | 10010110 | 10010000 | 0 | 0 | 100 | 1100100 | 101001 | 111010 | 1100100 | 11101 |
Color Harmonies of #969000
Complementary color
Monochromatic Colors of #969000
Black with #969000
Text Example
Text Example
White with #969000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969000; }
p { color: rgb(150,144,0); }
H1.HeaderClassName
{
color: #969000;
}
.AnyTagClassName
{
color: #969000;
}
</style>
background-color css
<style>
a { background-color: #969000; }
a { background-color: rgb(150,144,0); }
div.DivClassName
{
background-color: #969000;
}
.BgClassName
{
background-color: #969000;
}
</style>
border-color css
<style>
span { border-color: #969000; }
span { border-color: rgb(150,144,0); }
td.TdClassName
{
border-color: #969000;
}
.TagClassName
{
border-color: #969000;
}
</style>