Shades of Olive #967A00
Tints of Olive #967A00
RGB
CMYK
RGB Variations
Color information
#967A00 (or 0x967A00) is known color: Olive. HEX triplet: 96, 7A and 00. RGB value is (150,122,0). Sum of RGB (Red+Green+Blue) = 150+122+0=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #967A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967A00 is #6985FF. Grayscale: #747474. Windows color (decimal): -6915584 or 31382. OLE color: 31382.
HSL color Cylindrical-coordinate representation of color #967A00: hue angle of 48.8º 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 #967A00 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.41 |
| HSL | 48.8º | 1% | 0.29% | - |
| HSV(B) | 48.8º | 1% | 0.59% | - |
| XYZ | 19.54 | 20.4 | 2.91 | - |
| YUV | 116.46 | 62.28 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 0 | 0 | 0.19 | 1 | 0.41 | 48.8 | 1 | 0.29 |
| Hex | 96 | 7A | 0 | 0 | 13 | 64 | 29 | 31 | 64 | 1D |
| Octal | 226 | 172 | 0 | 0 | 23 | 144 | 51 | 61 | 144 | 35 |
| Binary | 10010110 | 1111010 | 0 | 0 | 10011 | 1100100 | 101001 | 110001 | 1100100 | 11101 |
Color Harmonies of #967A00
Complementary color
Monochromatic Colors of #967A00
Black with #967A00
Text Example
Text Example
White with #967A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A00; }
p { color: rgb(150,122,0); }
H1.HeaderClassName
{
color: #967A00;
}
.AnyTagClassName
{
color: #967A00;
}
</style>
background-color css
<style>
a { background-color: #967A00; }
a { background-color: rgb(150,122,0); }
div.DivClassName
{
background-color: #967A00;
}
.BgClassName
{
background-color: #967A00;
}
</style>
border-color css
<style>
span { border-color: #967A00; }
span { border-color: rgb(150,122,0); }
td.TdClassName
{
border-color: #967A00;
}
.TagClassName
{
border-color: #967A00;
}
</style>