Shades of Hemp #967E70
Tints of Hemp #967E70
RGB
CMYK
RGB Variations
Color information
#967E70 (or 0x967E70) is known color: Hemp. HEX triplet: 96, 7E and 70. RGB value is (150,126,112). Sum of RGB (Red+Green+Blue) = 150+126+112=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #967E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E70 is #69818F. Grayscale: #838383. Windows color (decimal): -6914448 or 7372438. OLE color: 7372438.
HSL color Cylindrical-coordinate representation of color #967E70: hue angle of 22.11º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967E70 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 112 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.41 |
| HSL | 22.11º | 0.15% | 0.51% | - |
| HSV(B) | 22.11º | 0.25% | 0.59% | - |
| XYZ | 22.96 | 22.58 | 18.48 | - |
| YUV | 131.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 112 | 0 | 0.16 | 0.25 | 0.41 | 22.11 | 0.15 | 0.51 |
| Hex | 96 | 7E | 70 | 0 | 10 | 19 | 29 | 16 | F | 33 |
| Octal | 226 | 176 | 160 | 0 | 20 | 31 | 51 | 26 | 17 | 63 |
| Binary | 10010110 | 1111110 | 1110000 | 0 | 10000 | 11001 | 101001 | 10110 | 1111 | 110011 |
Color Harmonies of #967E70
Complementary color
Monochromatic Colors of #967E70
Black with #967E70
Text Example
Text Example
White with #967E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E70; }
p { color: rgb(150,126,112); }
H1.HeaderClassName
{
color: #967E70;
}
.AnyTagClassName
{
color: #967E70;
}
</style>
background-color css
<style>
a { background-color: #967E70; }
a { background-color: rgb(150,126,112); }
div.DivClassName
{
background-color: #967E70;
}
.BgClassName
{
background-color: #967E70;
}
</style>
border-color css
<style>
span { border-color: #967E70; }
span { border-color: rgb(150,126,112); }
td.TdClassName
{
border-color: #967E70;
}
.TagClassName
{
border-color: #967E70;
}
</style>