Shades of Olive #969500
Tints of Olive #969500
RGB
CMYK
RGB Variations
Color information
#969500 (or 0x969500) is known color: Olive. HEX triplet: 96, 95 and 00. RGB value is (150,149,0). Sum of RGB (Red+Green+Blue) = 150+149+0=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 149 (58.59% from 255 or 49.83% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #969500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969500 is #696AFF. Grayscale: #848484. Windows color (decimal): -6908672 or 38294. OLE color: 38294.
HSL color Cylindrical-coordinate representation of color #969500: hue angle of 59.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 #969500 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.41 |
| HSL | 59.6º | 1% | 0.29% | - |
| HSV(B) | 59.6º | 1% | 0.59% | - |
| XYZ | 23.33 | 27.98 | 4.17 | - |
| YUV | 132.31 | 53.33 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 0 | 0 | 0.01 | 1 | 0.41 | 59.6 | 1 | 0.29 |
| Hex | 96 | 95 | 0 | 0 | 1 | 64 | 29 | 3C | 64 | 1D |
| Octal | 226 | 225 | 0 | 0 | 1 | 144 | 51 | 74 | 144 | 35 |
| Binary | 10010110 | 10010101 | 0 | 0 | 1 | 1100100 | 101001 | 111100 | 1100100 | 11101 |
Color Harmonies of #969500
Complementary color
Monochromatic Colors of #969500
Black with #969500
Text Example
Text Example
White with #969500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969500; }
p { color: rgb(150,149,0); }
H1.HeaderClassName
{
color: #969500;
}
.AnyTagClassName
{
color: #969500;
}
</style>
background-color css
<style>
a { background-color: #969500; }
a { background-color: rgb(150,149,0); }
div.DivClassName
{
background-color: #969500;
}
.BgClassName
{
background-color: #969500;
}
</style>
border-color css
<style>
span { border-color: #969500; }
span { border-color: rgb(150,149,0); }
td.TdClassName
{
border-color: #969500;
}
.TagClassName
{
border-color: #969500;
}
</style>