Shades of Olive #96880B
Tints of Olive #96880B
RGB
CMYK
RGB Variations
Color information
#96880B (or 0x96880B) is known color: Olive. HEX triplet: 96, 88 and 0B. RGB value is (150,136,11). Sum of RGB (Red+Green+Blue) = 150+136+11=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96880B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #96880B is #6977F4. Grayscale: #7E7E7E. Windows color (decimal): -6911989 or 755862. OLE color: 755862.
HSL color Cylindrical-coordinate representation of color #96880B: hue angle of 53.96º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96880B is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 11 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.41 |
| HSL | 53.96º | 0.86% | 0.32% | - |
| HSV(B) | 53.96º | 0.93% | 0.59% | - |
| XYZ | 21.44 | 24.12 | 3.84 | - |
| YUV | 125.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 11 | 0 | 0.09 | 0.93 | 0.41 | 53.96 | 0.86 | 0.32 |
| Hex | 96 | 88 | B | 0 | 9 | 5D | 29 | 36 | 56 | 20 |
| Octal | 226 | 210 | 13 | 0 | 11 | 135 | 51 | 66 | 126 | 40 |
| Binary | 10010110 | 10001000 | 1011 | 0 | 1001 | 1011101 | 101001 | 110110 | 1010110 | 100000 |
Color Harmonies of #96880B
Complementary color
Monochromatic Colors of #96880B
Black with #96880B
Text Example
Text Example
White with #96880B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96880B; }
p { color: rgb(150,136,11); }
H1.HeaderClassName
{
color: #96880B;
}
.AnyTagClassName
{
color: #96880B;
}
</style>
background-color css
<style>
a { background-color: #96880B; }
a { background-color: rgb(150,136,11); }
div.DivClassName
{
background-color: #96880B;
}
.BgClassName
{
background-color: #96880B;
}
</style>
border-color css
<style>
span { border-color: #96880B; }
span { border-color: rgb(150,136,11); }
td.TdClassName
{
border-color: #96880B;
}
.TagClassName
{
border-color: #96880B;
}
</style>