Shades of Olive #968805
Tints of Olive #968805
RGB
CMYK
RGB Variations
Color information
#968805 (or 0x968805) is known color: Olive. HEX triplet: 96, 88 and 05. RGB value is (150,136,5). Sum of RGB (Red+Green+Blue) = 150+136+5=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 136 (53.52% from 255 or 46.74% from 291); Blue value is 5 (2.34% from 255 or 1.72% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #968805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968805 is #6977FA. Grayscale: #7D7D7D. Windows color (decimal): -6911995 or 362646. OLE color: 362646.
HSL color Cylindrical-coordinate representation of color #968805: hue angle of 54.21º 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 #968805 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 5 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.41 |
| HSL | 54.21º | 0.94% | 0.3% | - |
| HSV(B) | 54.21º | 0.97% | 0.59% | - |
| XYZ | 21.41 | 24.1 | 3.67 | - |
| YUV | 125.25 | 60.14 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 5 | 0 | 0.09 | 0.97 | 0.41 | 54.21 | 0.94 | 0.3 |
| Hex | 96 | 88 | 5 | 0 | 9 | 61 | 29 | 36 | 5E | 1E |
| Octal | 226 | 210 | 5 | 0 | 11 | 141 | 51 | 66 | 136 | 36 |
| Binary | 10010110 | 10001000 | 101 | 0 | 1001 | 1100001 | 101001 | 110110 | 1011110 | 11110 |
Color Harmonies of #968805
Complementary color
Monochromatic Colors of #968805
Black with #968805
Text Example
Text Example
White with #968805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968805; }
p { color: rgb(150,136,5); }
H1.HeaderClassName
{
color: #968805;
}
.AnyTagClassName
{
color: #968805;
}
</style>
background-color css
<style>
a { background-color: #968805; }
a { background-color: rgb(150,136,5); }
div.DivClassName
{
background-color: #968805;
}
.BgClassName
{
background-color: #968805;
}
</style>
border-color css
<style>
span { border-color: #968805; }
span { border-color: rgb(150,136,5); }
td.TdClassName
{
border-color: #968805;
}
.TagClassName
{
border-color: #968805;
}
</style>