Shades of Olive #968F00
Tints of Olive #968F00
RGB
CMYK
RGB Variations
Color information
#968F00 (or 0x968F00) is known color: Olive. HEX triplet: 96, 8F and 00. RGB value is (150,143,0). Sum of RGB (Red+Green+Blue) = 150+143+0=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #968F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968F00 is #6970FF. Grayscale: #818181. Windows color (decimal): -6910208 or 36758. OLE color: 36758.
HSL color Cylindrical-coordinate representation of color #968F00: hue angle of 57.2º 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 #968F00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 143 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.41 |
| HSL | 57.2º | 1% | 0.29% | - |
| HSV(B) | 57.2º | 1% | 0.59% | - |
| XYZ | 22.4 | 26.13 | 3.86 | - |
| YUV | 128.79 | 55.32 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 143 | 0 | 0 | 0.05 | 1 | 0.41 | 57.2 | 1 | 0.29 |
| Hex | 96 | 8F | 0 | 0 | 5 | 64 | 29 | 39 | 64 | 1D |
| Octal | 226 | 217 | 0 | 0 | 5 | 144 | 51 | 71 | 144 | 35 |
| Binary | 10010110 | 10001111 | 0 | 0 | 101 | 1100100 | 101001 | 111001 | 1100100 | 11101 |
Color Harmonies of #968F00
Complementary color
Monochromatic Colors of #968F00
Black with #968F00
Text Example
Text Example
White with #968F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968F00; }
p { color: rgb(150,143,0); }
H1.HeaderClassName
{
color: #968F00;
}
.AnyTagClassName
{
color: #968F00;
}
</style>
background-color css
<style>
a { background-color: #968F00; }
a { background-color: rgb(150,143,0); }
div.DivClassName
{
background-color: #968F00;
}
.BgClassName
{
background-color: #968F00;
}
</style>
border-color css
<style>
span { border-color: #968F00; }
span { border-color: rgb(150,143,0); }
td.TdClassName
{
border-color: #968F00;
}
.TagClassName
{
border-color: #968F00;
}
</style>