Shades of Olive #968B01
Tints of Olive #968B01
RGB
CMYK
RGB Variations
Color information
#968B01 (or 0x968B01) is known color: Olive. HEX triplet: 96, 8B and 01. RGB value is (150,139,1). Sum of RGB (Red+Green+Blue) = 150+139+1=290 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.72% from 290); Green value is 139 (54.69% from 255 or 47.93% from 290); Blue value is 1 (0.78% from 255 or 0.34% from 290); Max value from RGB is 150 - color contains mainly: red. Hex color #968B01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968B01 is #6974FE. Grayscale: #7F7F7F. Windows color (decimal): -6911231 or 101270. OLE color: 101270.
HSL color Cylindrical-coordinate representation of color #968B01: hue angle of 55.57º 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 #968B01 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 139 | 1 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.41 |
| HSL | 55.57º | 0.99% | 0.3% | - |
| HSV(B) | 55.57º | 0.99% | 0.59% | - |
| XYZ | 21.82 | 24.95 | 3.7 | - |
| YUV | 126.56 | 57.14 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 139 | 1 | 0 | 0.07 | 0.99 | 0.41 | 55.57 | 0.99 | 0.3 |
| Hex | 96 | 8B | 1 | 0 | 7 | 63 | 29 | 38 | 63 | 1E |
| Octal | 226 | 213 | 1 | 0 | 7 | 143 | 51 | 70 | 143 | 36 |
| Binary | 10010110 | 10001011 | 1 | 0 | 111 | 1100011 | 101001 | 111000 | 1100011 | 11110 |
Color Harmonies of #968B01
Complementary color
Monochromatic Colors of #968B01
Black with #968B01
Text Example
Text Example
White with #968B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968B01; }
p { color: rgb(150,139,1); }
H1.HeaderClassName
{
color: #968B01;
}
.AnyTagClassName
{
color: #968B01;
}
</style>
background-color css
<style>
a { background-color: #968B01; }
a { background-color: rgb(150,139,1); }
div.DivClassName
{
background-color: #968B01;
}
.BgClassName
{
background-color: #968B01;
}
</style>
border-color css
<style>
span { border-color: #968B01; }
span { border-color: rgb(150,139,1); }
td.TdClassName
{
border-color: #968B01;
}
.TagClassName
{
border-color: #968B01;
}
</style>