Shades of Olive #987B05
Tints of Olive #987B05
RGB
CMYK
RGB Variations
Color information
#987B05 (or 0x987B05) is known color: Olive. HEX triplet: 98, 7B and 05. RGB value is (152,123,5). Sum of RGB (Red+Green+Blue) = 152+123+5=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #987B05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987B05 is #6784FA. Grayscale: #767676. Windows color (decimal): -6784251 or 359320. OLE color: 359320.
HSL color Cylindrical-coordinate representation of color #987B05: hue angle of 48.16º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #987B05 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 5 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.40 |
| HSL | 48.16º | 0.94% | 0.31% | - |
| HSV(B) | 48.16º | 0.97% | 0.6% | - |
| XYZ | 20.06 | 20.85 | 3.11 | - |
| YUV | 118.22 | 64.11 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 5 | 0 | 0.19 | 0.97 | 0.40 | 48.16 | 0.94 | 0.31 |
| Hex | 98 | 7B | 5 | 0 | 13 | 61 | 28 | 30 | 5E | 1F |
| Octal | 230 | 173 | 5 | 0 | 23 | 141 | 50 | 60 | 136 | 37 |
| Binary | 10011000 | 1111011 | 101 | 0 | 10011 | 1100001 | 101000 | 110000 | 1011110 | 11111 |
Color Harmonies of #987B05
Complementary color
Monochromatic Colors of #987B05
Black with #987B05
Text Example
Text Example
White with #987B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B05; }
p { color: rgb(152,123,5); }
H1.HeaderClassName
{
color: #987B05;
}
.AnyTagClassName
{
color: #987B05;
}
</style>
background-color css
<style>
a { background-color: #987B05; }
a { background-color: rgb(152,123,5); }
div.DivClassName
{
background-color: #987B05;
}
.BgClassName
{
background-color: #987B05;
}
</style>
border-color css
<style>
span { border-color: #987B05; }
span { border-color: rgb(152,123,5); }
td.TdClassName
{
border-color: #987B05;
}
.TagClassName
{
border-color: #987B05;
}
</style>