Shades of Hemp #987E70
Tints of Hemp #987E70
RGB
CMYK
RGB Variations
Color information
#987E70 (or 0x987E70) is known color: Hemp. HEX triplet: 98, 7E and 70. RGB value is (152,126,112). Sum of RGB (Red+Green+Blue) = 152+126+112=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 112 (44.14% from 255 or 28.72% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #987E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987E70 is #67818F. Grayscale: #848484. Windows color (decimal): -6783376 or 7372440. OLE color: 7372440.
HSL color Cylindrical-coordinate representation of color #987E70: hue angle of 21º 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 #987E70 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 126 | 112 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.40 |
| HSL | 21º | 0.16% | 0.52% | - |
| HSV(B) | 21º | 0.26% | 0.6% | - |
| XYZ | 23.33 | 22.77 | 18.49 | - |
| YUV | 132.18 | 116.61 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 126 | 112 | 0 | 0.17 | 0.26 | 0.40 | 21 | 0.16 | 0.52 |
| Hex | 98 | 7E | 70 | 0 | 11 | 1A | 28 | 15 | 10 | 34 |
| Octal | 230 | 176 | 160 | 0 | 21 | 32 | 50 | 25 | 20 | 64 |
| Binary | 10011000 | 1111110 | 1110000 | 0 | 10001 | 11010 | 101000 | 10101 | 10000 | 110100 |
Color Harmonies of #987E70
Complementary color
Monochromatic Colors of #987E70
Black with #987E70
Text Example
Text Example
White with #987E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987E70; }
p { color: rgb(152,126,112); }
H1.HeaderClassName
{
color: #987E70;
}
.AnyTagClassName
{
color: #987E70;
}
</style>
background-color css
<style>
a { background-color: #987E70; }
a { background-color: rgb(152,126,112); }
div.DivClassName
{
background-color: #987E70;
}
.BgClassName
{
background-color: #987E70;
}
</style>
border-color css
<style>
span { border-color: #987E70; }
span { border-color: rgb(152,126,112); }
td.TdClassName
{
border-color: #987E70;
}
.TagClassName
{
border-color: #987E70;
}
</style>