Shades of Olive #968E00
Tints of Olive #968E00
RGB
CMYK
RGB Variations
Color information
#968E00 (or 0x968E00) is known color: Olive. HEX triplet: 96, 8E and 00. RGB value is (150,142,0). Sum of RGB (Red+Green+Blue) = 150+142+0=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #968E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968E00 is #6971FF. Grayscale: #808080. Windows color (decimal): -6910464 or 36502. OLE color: 36502.
HSL color Cylindrical-coordinate representation of color #968E00: hue angle of 56.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #968E00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 142 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.41 |
| HSL | 56.8º | 1% | 0.29% | - |
| HSV(B) | 56.8º | 1% | 0.59% | - |
| XYZ | 22.25 | 25.83 | 3.81 | - |
| YUV | 128.2 | 55.65 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 142 | 0 | 0 | 0.05 | 1 | 0.41 | 56.8 | 1 | 0.29 |
| Hex | 96 | 8E | 0 | 0 | 5 | 64 | 29 | 39 | 64 | 1D |
| Octal | 226 | 216 | 0 | 0 | 5 | 144 | 51 | 71 | 144 | 35 |
| Binary | 10010110 | 10001110 | 0 | 0 | 101 | 1100100 | 101001 | 111001 | 1100100 | 11101 |
Color Harmonies of #968E00
Complementary color
Monochromatic Colors of #968E00
Black with #968E00
Text Example
Text Example
White with #968E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968E00; }
p { color: rgb(150,142,0); }
H1.HeaderClassName
{
color: #968E00;
}
.AnyTagClassName
{
color: #968E00;
}
</style>
background-color css
<style>
a { background-color: #968E00; }
a { background-color: rgb(150,142,0); }
div.DivClassName
{
background-color: #968E00;
}
.BgClassName
{
background-color: #968E00;
}
</style>
border-color css
<style>
span { border-color: #968E00; }
span { border-color: rgb(150,142,0); }
td.TdClassName
{
border-color: #968E00;
}
.TagClassName
{
border-color: #968E00;
}
</style>