Shades of Olive #968905
Tints of Olive #968905
RGB
CMYK
RGB Variations
Color information
#968905 (or 0x968905) is known color: Olive. HEX triplet: 96, 89 and 05. RGB value is (150,137,5). Sum of RGB (Red+Green+Blue) = 150+137+5=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 137 (53.91% from 255 or 46.92% from 292); Blue value is 5 (2.34% from 255 or 1.71% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #968905 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #968905 is #6976FA. Grayscale: #7E7E7E. Windows color (decimal): -6911739 or 362902. OLE color: 362902.
HSL color Cylindrical-coordinate representation of color #968905: hue angle of 54.62º 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 #968905 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 137 | 5 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.41 |
| HSL | 54.62º | 0.94% | 0.3% | - |
| HSV(B) | 54.62º | 0.97% | 0.59% | - |
| XYZ | 21.55 | 24.39 | 3.71 | - |
| YUV | 125.84 | 59.81 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 137 | 5 | 0 | 0.09 | 0.97 | 0.41 | 54.62 | 0.94 | 0.3 |
| Hex | 96 | 89 | 5 | 0 | 9 | 61 | 29 | 37 | 5E | 1E |
| Octal | 226 | 211 | 5 | 0 | 11 | 141 | 51 | 67 | 136 | 36 |
| Binary | 10010110 | 10001001 | 101 | 0 | 1001 | 1100001 | 101001 | 110111 | 1011110 | 11110 |
Color Harmonies of #968905
Complementary color
Monochromatic Colors of #968905
Black with #968905
Text Example
Text Example
White with #968905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968905; }
p { color: rgb(150,137,5); }
H1.HeaderClassName
{
color: #968905;
}
.AnyTagClassName
{
color: #968905;
}
</style>
background-color css
<style>
a { background-color: #968905; }
a { background-color: rgb(150,137,5); }
div.DivClassName
{
background-color: #968905;
}
.BgClassName
{
background-color: #968905;
}
</style>
border-color css
<style>
span { border-color: #968905; }
span { border-color: rgb(150,137,5); }
td.TdClassName
{
border-color: #968905;
}
.TagClassName
{
border-color: #968905;
}
</style>