Shades of Olive #987A00
Tints of Olive #987A00
RGB
CMYK
RGB Variations
Color information
#987A00 (or 0x987A00) is known color: Olive. HEX triplet: 98, 7A and 00. RGB value is (152,122,0). Sum of RGB (Red+Green+Blue) = 152+122+0=274 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.47% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 152 - color contains mainly: red. Hex color #987A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987A00 is #6785FF. Grayscale: #757575. Windows color (decimal): -6784512 or 31384. OLE color: 31384.
HSL color Cylindrical-coordinate representation of color #987A00: hue angle of 48.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #987A00 is Cyan = 0, Magento = 0.20, Yellow = 1 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 0 | - |
| CMYK | 0 | 0.20 | 1 | 0.40 |
| HSL | 48.16º | 1% | 0.3% | - |
| HSV(B) | 48.16º | 1% | 0.6% | - |
| XYZ | 19.91 | 20.59 | 2.93 | - |
| YUV | 117.06 | 61.94 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 0 | 0 | 0.20 | 1 | 0.40 | 48.16 | 1 | 0.3 |
| Hex | 98 | 7A | 0 | 0 | 14 | 64 | 28 | 30 | 64 | 1E |
| Octal | 230 | 172 | 0 | 0 | 24 | 144 | 50 | 60 | 144 | 36 |
| Binary | 10011000 | 1111010 | 0 | 0 | 10100 | 1100100 | 101000 | 110000 | 1100100 | 11110 |
Color Harmonies of #987A00
Complementary color
Monochromatic Colors of #987A00
Black with #987A00
Text Example
Text Example
White with #987A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A00; }
p { color: rgb(152,122,0); }
H1.HeaderClassName
{
color: #987A00;
}
.AnyTagClassName
{
color: #987A00;
}
</style>
background-color css
<style>
a { background-color: #987A00; }
a { background-color: rgb(152,122,0); }
div.DivClassName
{
background-color: #987A00;
}
.BgClassName
{
background-color: #987A00;
}
</style>
border-color css
<style>
span { border-color: #987A00; }
span { border-color: rgb(152,122,0); }
td.TdClassName
{
border-color: #987A00;
}
.TagClassName
{
border-color: #987A00;
}
</style>