Shades of Olive #967601
Tints of Olive #967601
RGB
CMYK
RGB Variations
Color information
#967601 (or 0x967601) is known color: Olive. HEX triplet: 96, 76 and 01. RGB value is (150,118,1). Sum of RGB (Red+Green+Blue) = 150+118+1=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #967601 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967601 is #6989FE. Grayscale: #727272. Windows color (decimal): -6916607 or 95894. OLE color: 95894.
HSL color Cylindrical-coordinate representation of color #967601: hue angle of 47.11º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #967601 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.41 |
| HSL | 47.11º | 0.99% | 0.3% | - |
| HSV(B) | 47.11º | 0.99% | 0.59% | - |
| XYZ | 19.06 | 19.44 | 2.78 | - |
| YUV | 114.23 | 64.1 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 1 | 0 | 0.21 | 0.99 | 0.41 | 47.11 | 0.99 | 0.3 |
| Hex | 96 | 76 | 1 | 0 | 15 | 63 | 29 | 2F | 63 | 1E |
| Octal | 226 | 166 | 1 | 0 | 25 | 143 | 51 | 57 | 143 | 36 |
| Binary | 10010110 | 1110110 | 1 | 0 | 10101 | 1100011 | 101001 | 101111 | 1100011 | 11110 |
Color Harmonies of #967601
Complementary color
Monochromatic Colors of #967601
Black with #967601
Text Example
Text Example
White with #967601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967601; }
p { color: rgb(150,118,1); }
H1.HeaderClassName
{
color: #967601;
}
.AnyTagClassName
{
color: #967601;
}
</style>
background-color css
<style>
a { background-color: #967601; }
a { background-color: rgb(150,118,1); }
div.DivClassName
{
background-color: #967601;
}
.BgClassName
{
background-color: #967601;
}
</style>
border-color css
<style>
span { border-color: #967601; }
span { border-color: rgb(150,118,1); }
td.TdClassName
{
border-color: #967601;
}
.TagClassName
{
border-color: #967601;
}
</style>