Shades of Olive #968401
Tints of Olive #968401
RGB
CMYK
RGB Variations
Color information
#968401 (or 0x968401) is known color: Olive. HEX triplet: 96, 84 and 01. RGB value is (150,132,1). Sum of RGB (Red+Green+Blue) = 150+132+1=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #968401 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968401 is #697BFE. Grayscale: #7A7A7A. Windows color (decimal): -6913023 or 99478. OLE color: 99478.
HSL color Cylindrical-coordinate representation of color #968401: hue angle of 52.75º 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 #968401 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 1 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.41 |
| HSL | 52.75º | 0.99% | 0.3% | - |
| HSV(B) | 52.75º | 0.99% | 0.59% | - |
| XYZ | 20.83 | 22.99 | 3.37 | - |
| YUV | 122.45 | 59.46 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 1 | 0 | 0.12 | 0.99 | 0.41 | 52.75 | 0.99 | 0.3 |
| Hex | 96 | 84 | 1 | 0 | C | 63 | 29 | 35 | 63 | 1E |
| Octal | 226 | 204 | 1 | 0 | 14 | 143 | 51 | 65 | 143 | 36 |
| Binary | 10010110 | 10000100 | 1 | 0 | 1100 | 1100011 | 101001 | 110101 | 1100011 | 11110 |
Color Harmonies of #968401
Complementary color
Monochromatic Colors of #968401
Black with #968401
Text Example
Text Example
White with #968401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968401; }
p { color: rgb(150,132,1); }
H1.HeaderClassName
{
color: #968401;
}
.AnyTagClassName
{
color: #968401;
}
</style>
background-color css
<style>
a { background-color: #968401; }
a { background-color: rgb(150,132,1); }
div.DivClassName
{
background-color: #968401;
}
.BgClassName
{
background-color: #968401;
}
</style>
border-color css
<style>
span { border-color: #968401; }
span { border-color: rgb(150,132,1); }
td.TdClassName
{
border-color: #968401;
}
.TagClassName
{
border-color: #968401;
}
</style>