Shades of Olive #968C05
Tints of Olive #968C05
RGB
CMYK
RGB Variations
Color information
#968C05 (or 0x968C05) is known color: Olive. HEX triplet: 96, 8C and 05. RGB value is (150,140,5). Sum of RGB (Red+Green+Blue) = 150+140+5=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #968C05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968C05 is #6973FA. Grayscale: #808080. Windows color (decimal): -6910971 or 363670. OLE color: 363670.
HSL color Cylindrical-coordinate representation of color #968C05: hue angle of 55.86º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #968C05 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 140 | 5 | - |
| CMYK | 0 | 0.07 | 0.97 | 0.41 |
| HSL | 55.86º | 0.94% | 0.3% | - |
| HSV(B) | 55.86º | 0.97% | 0.59% | - |
| XYZ | 21.98 | 25.25 | 3.86 | - |
| YUV | 127.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 140 | 5 | 0 | 0.07 | 0.97 | 0.41 | 55.86 | 0.94 | 0.3 |
| Hex | 96 | 8C | 5 | 0 | 7 | 61 | 29 | 38 | 5E | 1E |
| Octal | 226 | 214 | 5 | 0 | 7 | 141 | 51 | 70 | 136 | 36 |
| Binary | 10010110 | 10001100 | 101 | 0 | 111 | 1100001 | 101001 | 111000 | 1011110 | 11110 |
Color Harmonies of #968C05
Complementary color
Monochromatic Colors of #968C05
Black with #968C05
Text Example
Text Example
White with #968C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968C05; }
p { color: rgb(150,140,5); }
H1.HeaderClassName
{
color: #968C05;
}
.AnyTagClassName
{
color: #968C05;
}
</style>
background-color css
<style>
a { background-color: #968C05; }
a { background-color: rgb(150,140,5); }
div.DivClassName
{
background-color: #968C05;
}
.BgClassName
{
background-color: #968C05;
}
</style>
border-color css
<style>
span { border-color: #968C05; }
span { border-color: rgb(150,140,5); }
td.TdClassName
{
border-color: #968C05;
}
.TagClassName
{
border-color: #968C05;
}
</style>