Shades of Olive #969200
Tints of Olive #969200
RGB
CMYK
RGB Variations
Color information
#969200 (or 0x969200) is known color: Olive. HEX triplet: 96, 92 and 00. RGB value is (150,146,0). Sum of RGB (Red+Green+Blue) = 150+146+0=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 0 (0.39% from 255 or 0% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #969200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969200 is #696DFF. Grayscale: #838383. Windows color (decimal): -6909440 or 37526. OLE color: 37526.
HSL color Cylindrical-coordinate representation of color #969200: hue angle of 58.4º 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 #969200 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 146 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.41 |
| HSL | 58.4º | 1% | 0.29% | - |
| HSV(B) | 58.4º | 1% | 0.59% | - |
| XYZ | 22.86 | 27.04 | 4.01 | - |
| YUV | 130.55 | 54.33 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 146 | 0 | 0 | 0.03 | 1 | 0.41 | 58.4 | 1 | 0.29 |
| Hex | 96 | 92 | 0 | 0 | 3 | 64 | 29 | 3A | 64 | 1D |
| Octal | 226 | 222 | 0 | 0 | 3 | 144 | 51 | 72 | 144 | 35 |
| Binary | 10010110 | 10010010 | 0 | 0 | 11 | 1100100 | 101001 | 111010 | 1100100 | 11101 |
Color Harmonies of #969200
Complementary color
Monochromatic Colors of #969200
Black with #969200
Text Example
Text Example
White with #969200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969200; }
p { color: rgb(150,146,0); }
H1.HeaderClassName
{
color: #969200;
}
.AnyTagClassName
{
color: #969200;
}
</style>
background-color css
<style>
a { background-color: #969200; }
a { background-color: rgb(150,146,0); }
div.DivClassName
{
background-color: #969200;
}
.BgClassName
{
background-color: #969200;
}
</style>
border-color css
<style>
span { border-color: #969200; }
span { border-color: rgb(150,146,0); }
td.TdClassName
{
border-color: #969200;
}
.TagClassName
{
border-color: #969200;
}
</style>