Shades of Olive #968301
Tints of Olive #968301
RGB
CMYK
RGB Variations
Color information
#968301 (or 0x968301) is known color: Olive. HEX triplet: 96, 83 and 01. RGB value is (150,131,1). Sum of RGB (Red+Green+Blue) = 150+131+1=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 131 (51.56% from 255 or 46.45% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #968301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968301 is #697CFE. Grayscale: #7A7A7A. Windows color (decimal): -6913279 or 99222. OLE color: 99222.
HSL color Cylindrical-coordinate representation of color #968301: hue angle of 52.35º 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 #968301 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 1 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.41 |
| HSL | 52.35º | 0.99% | 0.3% | - |
| HSV(B) | 52.35º | 0.99% | 0.59% | - |
| XYZ | 20.7 | 22.72 | 3.32 | - |
| YUV | 121.86 | 59.79 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 1 | 0 | 0.13 | 0.99 | 0.41 | 52.35 | 0.99 | 0.3 |
| Hex | 96 | 83 | 1 | 0 | D | 63 | 29 | 34 | 63 | 1E |
| Octal | 226 | 203 | 1 | 0 | 15 | 143 | 51 | 64 | 143 | 36 |
| Binary | 10010110 | 10000011 | 1 | 0 | 1101 | 1100011 | 101001 | 110100 | 1100011 | 11110 |
Color Harmonies of #968301
Complementary color
Monochromatic Colors of #968301
Black with #968301
Text Example
Text Example
White with #968301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968301; }
p { color: rgb(150,131,1); }
H1.HeaderClassName
{
color: #968301;
}
.AnyTagClassName
{
color: #968301;
}
</style>
background-color css
<style>
a { background-color: #968301; }
a { background-color: rgb(150,131,1); }
div.DivClassName
{
background-color: #968301;
}
.BgClassName
{
background-color: #968301;
}
</style>
border-color css
<style>
span { border-color: #968301; }
span { border-color: rgb(150,131,1); }
td.TdClassName
{
border-color: #968301;
}
.TagClassName
{
border-color: #968301;
}
</style>