Shades of Hemp #987A69
Tints of Hemp #987A69
RGB
CMYK
RGB Variations
Color information
#987A69 (or 0x987A69) is known color: Hemp. HEX triplet: 98, 7A and 69. RGB value is (152,122,105). Sum of RGB (Red+Green+Blue) = 152+122+105=379 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40.11% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 152 - color contains mainly: red. Hex color #987A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987A69 is #678596. Grayscale: #818181. Windows color (decimal): -6784407 or 6912664. OLE color: 6912664.
HSL color Cylindrical-coordinate representation of color #987A69: hue angle of 21.7º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #987A69 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 122 | 105 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.40 |
| HSL | 21.7º | 0.19% | 0.5% | - |
| HSV(B) | 21.7º | 0.31% | 0.6% | - |
| XYZ | 22.46 | 21.61 | 16.35 | - |
| YUV | 129.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 122 | 105 | 0 | 0.20 | 0.31 | 0.40 | 21.7 | 0.19 | 0.5 |
| Hex | 98 | 7A | 69 | 0 | 14 | 1F | 28 | 16 | 13 | 32 |
| Octal | 230 | 172 | 151 | 0 | 24 | 37 | 50 | 26 | 23 | 62 |
| Binary | 10011000 | 1111010 | 1101001 | 0 | 10100 | 11111 | 101000 | 10110 | 10011 | 110010 |
Color Harmonies of #987A69
Complementary color
Monochromatic Colors of #987A69
Black with #987A69
Text Example
Text Example
White with #987A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987A69; }
p { color: rgb(152,122,105); }
H1.HeaderClassName
{
color: #987A69;
}
.AnyTagClassName
{
color: #987A69;
}
</style>
background-color css
<style>
a { background-color: #987A69; }
a { background-color: rgb(152,122,105); }
div.DivClassName
{
background-color: #987A69;
}
.BgClassName
{
background-color: #987A69;
}
</style>
border-color css
<style>
span { border-color: #987A69; }
span { border-color: rgb(152,122,105); }
td.TdClassName
{
border-color: #987A69;
}
.TagClassName
{
border-color: #987A69;
}
</style>