Shades of Olive #968005
Tints of Olive #968005
RGB
CMYK
RGB Variations
Color information
#968005 (or 0x968005) is known color: Olive. HEX triplet: 96, 80 and 05. RGB value is (150,128,5). Sum of RGB (Red+Green+Blue) = 150+128+5=283 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.00% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 150 - color contains mainly: red. Hex color #968005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968005 is #697FFA. Grayscale: #797979. Windows color (decimal): -6914043 or 360598. OLE color: 360598.
HSL color Cylindrical-coordinate representation of color #968005: hue angle of 50.9º 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 #968005 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 5 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.41 |
| HSL | 50.9º | 0.94% | 0.3% | - |
| HSV(B) | 50.9º | 0.97% | 0.59% | - |
| XYZ | 20.32 | 21.93 | 3.31 | - |
| YUV | 120.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 5 | 0 | 0.15 | 0.97 | 0.41 | 50.9 | 0.94 | 0.3 |
| Hex | 96 | 80 | 5 | 0 | F | 61 | 29 | 33 | 5E | 1E |
| Octal | 226 | 200 | 5 | 0 | 17 | 141 | 51 | 63 | 136 | 36 |
| Binary | 10010110 | 10000000 | 101 | 0 | 1111 | 1100001 | 101001 | 110011 | 1011110 | 11110 |
Color Harmonies of #968005
Complementary color
Monochromatic Colors of #968005
Black with #968005
Text Example
Text Example
White with #968005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968005; }
p { color: rgb(150,128,5); }
H1.HeaderClassName
{
color: #968005;
}
.AnyTagClassName
{
color: #968005;
}
</style>
background-color css
<style>
a { background-color: #968005; }
a { background-color: rgb(150,128,5); }
div.DivClassName
{
background-color: #968005;
}
.BgClassName
{
background-color: #968005;
}
</style>
border-color css
<style>
span { border-color: #968005; }
span { border-color: rgb(150,128,5); }
td.TdClassName
{
border-color: #968005;
}
.TagClassName
{
border-color: #968005;
}
</style>