Shades of Olive #968F01
Tints of Olive #968F01
RGB
CMYK
RGB Variations
Color information
#968F01 (or 0x968F01) is known color: Olive. HEX triplet: 96, 8F and 01. RGB value is (150,143,1). Sum of RGB (Red+Green+Blue) = 150+143+1=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 143 (56.25% from 255 or 48.64% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #968F01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F01 is #6970FE. Grayscale: #818181. Windows color (decimal): -6910207 or 102294. OLE color: 102294.
HSL color Cylindrical-coordinate representation of color #968F01: hue angle of 57.18º 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 #968F01 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 1 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.41 |
| HSL | 57.18º | 0.99% | 0.3% | - |
| HSV(B) | 57.18º | 0.99% | 0.59% | - |
| XYZ | 22.41 | 26.13 | 3.89 | - |
| YUV | 128.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 1 | 0 | 0.05 | 0.99 | 0.41 | 57.18 | 0.99 | 0.3 |
| Hex | 96 | 8F | 1 | 0 | 5 | 63 | 29 | 39 | 63 | 1E |
| Octal | 226 | 217 | 1 | 0 | 5 | 143 | 51 | 71 | 143 | 36 |
| Binary | 10010110 | 10001111 | 1 | 0 | 101 | 1100011 | 101001 | 111001 | 1100011 | 11110 |
Color Harmonies of #968F01
Complementary color
Monochromatic Colors of #968F01
Black with #968F01
Text Example
Text Example
White with #968F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F01; }
p { color: rgb(150,143,1); }
H1.HeaderClassName
{
color: #968F01;
}
.AnyTagClassName
{
color: #968F01;
}
</style>
background-color css
<style>
a { background-color: #968F01; }
a { background-color: rgb(150,143,1); }
div.DivClassName
{
background-color: #968F01;
}
.BgClassName
{
background-color: #968F01;
}
</style>
border-color css
<style>
span { border-color: #968F01; }
span { border-color: rgb(150,143,1); }
td.TdClassName
{
border-color: #968F01;
}
.TagClassName
{
border-color: #968F01;
}
</style>