Shades of Olive #967701
Tints of Olive #967701
RGB
CMYK
RGB Variations
Color information
#967701 (or 0x967701) is known color: Olive. HEX triplet: 96, 77 and 01. RGB value is (150,119,1). Sum of RGB (Red+Green+Blue) = 150+119+1=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 119 (46.88% from 255 or 44.07% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #967701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #967701 is #6988FE. Grayscale: #737373. Windows color (decimal): -6916351 or 96150. OLE color: 96150.
HSL color Cylindrical-coordinate representation of color #967701: hue angle of 47.52º 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 #967701 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 119 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.41 |
| HSL | 47.52º | 0.99% | 0.3% | - |
| HSV(B) | 47.52º | 0.99% | 0.59% | - |
| XYZ | 19.18 | 19.68 | 2.82 | - |
| YUV | 114.82 | 63.77 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 119 | 1 | 0 | 0.21 | 0.99 | 0.41 | 47.52 | 0.99 | 0.3 |
| Hex | 96 | 77 | 1 | 0 | 15 | 63 | 29 | 30 | 63 | 1E |
| Octal | 226 | 167 | 1 | 0 | 25 | 143 | 51 | 60 | 143 | 36 |
| Binary | 10010110 | 1110111 | 1 | 0 | 10101 | 1100011 | 101001 | 110000 | 1100011 | 11110 |
Color Harmonies of #967701
Complementary color
Monochromatic Colors of #967701
Black with #967701
Text Example
Text Example
White with #967701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967701; }
p { color: rgb(150,119,1); }
H1.HeaderClassName
{
color: #967701;
}
.AnyTagClassName
{
color: #967701;
}
</style>
background-color css
<style>
a { background-color: #967701; }
a { background-color: rgb(150,119,1); }
div.DivClassName
{
background-color: #967701;
}
.BgClassName
{
background-color: #967701;
}
</style>
border-color css
<style>
span { border-color: #967701; }
span { border-color: rgb(150,119,1); }
td.TdClassName
{
border-color: #967701;
}
.TagClassName
{
border-color: #967701;
}
</style>