Shades of Olive #987D03
Tints of Olive #987D03
RGB
CMYK
RGB Variations
Color information
#987D03 (or 0x987D03) is known color: Olive. HEX triplet: 98, 7D and 03. RGB value is (152,125,3). Sum of RGB (Red+Green+Blue) = 152+125+3=280 (37% of max value = 765). Red value is 152 (59.77% from 255 or 54.29% from 280); Green value is 125 (49.22% from 255 or 44.64% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 152 - color contains mainly: red. Hex color #987D03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987D03 is #6782FC. Grayscale: #777777. Windows color (decimal): -6783741 or 228760. OLE color: 228760.
HSL color Cylindrical-coordinate representation of color #987D03: hue angle of 49.13º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #987D03 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 3 | - |
| CMYK | 0 | 0.18 | 0.98 | 0.40 |
| HSL | 49.13º | 0.96% | 0.3% | - |
| HSV(B) | 49.13º | 0.98% | 0.6% | - |
| XYZ | 20.3 | 21.35 | 3.14 | - |
| YUV | 119.17 | 62.45 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 3 | 0 | 0.18 | 0.98 | 0.40 | 49.13 | 0.96 | 0.3 |
| Hex | 98 | 7D | 3 | 0 | 12 | 62 | 28 | 31 | 60 | 1E |
| Octal | 230 | 175 | 3 | 0 | 22 | 142 | 50 | 61 | 140 | 36 |
| Binary | 10011000 | 1111101 | 11 | 0 | 10010 | 1100010 | 101000 | 110001 | 1100000 | 11110 |
Color Harmonies of #987D03
Complementary color
Monochromatic Colors of #987D03
Black with #987D03
Text Example
Text Example
White with #987D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D03; }
p { color: rgb(152,125,3); }
H1.HeaderClassName
{
color: #987D03;
}
.AnyTagClassName
{
color: #987D03;
}
</style>
background-color css
<style>
a { background-color: #987D03; }
a { background-color: rgb(152,125,3); }
div.DivClassName
{
background-color: #987D03;
}
.BgClassName
{
background-color: #987D03;
}
</style>
border-color css
<style>
span { border-color: #987D03; }
span { border-color: rgb(152,125,3); }
td.TdClassName
{
border-color: #987D03;
}
.TagClassName
{
border-color: #987D03;
}
</style>