Shades of Olive #968201
Tints of Olive #968201
RGB
CMYK
RGB Variations
Color information
#968201 (or 0x968201) is known color: Olive. HEX triplet: 96, 82 and 01. RGB value is (150,130,1). Sum of RGB (Red+Green+Blue) = 150+130+1=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #968201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968201 is #697DFE. Grayscale: #797979. Windows color (decimal): -6913535 or 98966. OLE color: 98966.
HSL color Cylindrical-coordinate representation of color #968201: hue angle of 51.95º 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 #968201 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.41 |
| HSL | 51.95º | 0.99% | 0.3% | - |
| HSV(B) | 51.95º | 0.99% | 0.59% | - |
| XYZ | 20.57 | 22.45 | 3.28 | - |
| YUV | 121.27 | 60.13 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 1 | 0 | 0.13 | 0.99 | 0.41 | 51.95 | 0.99 | 0.3 |
| Hex | 96 | 82 | 1 | 0 | D | 63 | 29 | 34 | 63 | 1E |
| Octal | 226 | 202 | 1 | 0 | 15 | 143 | 51 | 64 | 143 | 36 |
| Binary | 10010110 | 10000010 | 1 | 0 | 1101 | 1100011 | 101001 | 110100 | 1100011 | 11110 |
Color Harmonies of #968201
Complementary color
Monochromatic Colors of #968201
Black with #968201
Text Example
Text Example
White with #968201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968201; }
p { color: rgb(150,130,1); }
H1.HeaderClassName
{
color: #968201;
}
.AnyTagClassName
{
color: #968201;
}
</style>
background-color css
<style>
a { background-color: #968201; }
a { background-color: rgb(150,130,1); }
div.DivClassName
{
background-color: #968201;
}
.BgClassName
{
background-color: #968201;
}
</style>
border-color css
<style>
span { border-color: #968201; }
span { border-color: rgb(150,130,1); }
td.TdClassName
{
border-color: #968201;
}
.TagClassName
{
border-color: #968201;
}
</style>