Shades of Olive #987D02
Tints of Olive #987D02
RGB
CMYK
RGB Variations
Color information
#987D02 (or 0x987D02) is known color: Olive. HEX triplet: 98, 7D and 02. RGB value is (152,125,2). Sum of RGB (Red+Green+Blue) = 152+125+2=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #987D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987D02 is #6782FD. Grayscale: #777777. Windows color (decimal): -6783742 or 163224. OLE color: 163224.
HSL color Cylindrical-coordinate representation of color #987D02: hue angle of 49.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #987D02 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.40 |
| HSL | 49.2º | 0.97% | 0.3% | - |
| HSV(B) | 49.2º | 0.99% | 0.6% | - |
| XYZ | 20.29 | 21.35 | 3.11 | - |
| YUV | 119.05 | 61.95 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 2 | 0 | 0.18 | 0.99 | 0.40 | 49.2 | 0.97 | 0.3 |
| Hex | 98 | 7D | 2 | 0 | 12 | 63 | 28 | 31 | 61 | 1E |
| Octal | 230 | 175 | 2 | 0 | 22 | 143 | 50 | 61 | 141 | 36 |
| Binary | 10011000 | 1111101 | 10 | 0 | 10010 | 1100011 | 101000 | 110001 | 1100001 | 11110 |
Color Harmonies of #987D02
Complementary color
Monochromatic Colors of #987D02
Black with #987D02
Text Example
Text Example
White with #987D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D02; }
p { color: rgb(152,125,2); }
H1.HeaderClassName
{
color: #987D02;
}
.AnyTagClassName
{
color: #987D02;
}
</style>
background-color css
<style>
a { background-color: #987D02; }
a { background-color: rgb(152,125,2); }
div.DivClassName
{
background-color: #987D02;
}
.BgClassName
{
background-color: #987D02;
}
</style>
border-color css
<style>
span { border-color: #987D02; }
span { border-color: rgb(152,125,2); }
td.TdClassName
{
border-color: #987D02;
}
.TagClassName
{
border-color: #987D02;
}
</style>