Shades of Hemp #987A70
Tints of Hemp #987A70
RGB
CMYK
RGB Variations
Color information
#987A70 (or 0x987A70) is known color: Hemp. HEX triplet: 98, 7A and 70. RGB value is (152,122,112). Sum of RGB (Red+Green+Blue) = 152+122+112=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #987A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A70 is #67858F. Grayscale: #818181. Windows color (decimal): -6784400 or 7371416. OLE color: 7371416.
HSL color Cylindrical-coordinate representation of color #987A70: hue angle of 15º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #987A70 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 112 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.40 |
| HSL | 15º | 0.16% | 0.52% | - |
| HSV(B) | 15º | 0.26% | 0.6% | - |
| XYZ | 22.83 | 21.76 | 18.33 | - |
| YUV | 129.83 | 117.94 | 143.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 112 | 0 | 0.20 | 0.26 | 0.40 | 15 | 0.16 | 0.52 |
| Hex | 98 | 7A | 70 | 0 | 14 | 1A | 28 | F | 10 | 34 |
| Octal | 230 | 172 | 160 | 0 | 24 | 32 | 50 | 17 | 20 | 64 |
| Binary | 10011000 | 1111010 | 1110000 | 0 | 10100 | 11010 | 101000 | 1111 | 10000 | 110100 |
Color Harmonies of #987A70
Complementary color
Monochromatic Colors of #987A70
Black with #987A70
Text Example
Text Example
White with #987A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A70; }
p { color: rgb(152,122,112); }
H1.HeaderClassName
{
color: #987A70;
}
.AnyTagClassName
{
color: #987A70;
}
</style>
background-color css
<style>
a { background-color: #987A70; }
a { background-color: rgb(152,122,112); }
div.DivClassName
{
background-color: #987A70;
}
.BgClassName
{
background-color: #987A70;
}
</style>
border-color css
<style>
span { border-color: #987A70; }
span { border-color: rgb(152,122,112); }
td.TdClassName
{
border-color: #987A70;
}
.TagClassName
{
border-color: #987A70;
}
</style>