Shades of Hemp #967D70
Tints of Hemp #967D70
RGB
CMYK
RGB Variations
Color information
#967D70 (or 0x967D70) is known color: Hemp. HEX triplet: 96, 7D and 70. RGB value is (150,125,112). Sum of RGB (Red+Green+Blue) = 150+125+112=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #967D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D70 is #69828F. Grayscale: #838383. Windows color (decimal): -6914704 or 7372182. OLE color: 7372182.
HSL color Cylindrical-coordinate representation of color #967D70: hue angle of 20.53º 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 #967D70 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 112 | - |
| CMYK | 0 | 0.17 | 0.25 | 0.41 |
| HSL | 20.53º | 0.15% | 0.51% | - |
| HSV(B) | 20.53º | 0.25% | 0.59% | - |
| XYZ | 22.84 | 22.32 | 18.43 | - |
| YUV | 130.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 112 | 0 | 0.17 | 0.25 | 0.41 | 20.53 | 0.15 | 0.51 |
| Hex | 96 | 7D | 70 | 0 | 11 | 19 | 29 | 15 | F | 33 |
| Octal | 226 | 175 | 160 | 0 | 21 | 31 | 51 | 25 | 17 | 63 |
| Binary | 10010110 | 1111101 | 1110000 | 0 | 10001 | 11001 | 101001 | 10101 | 1111 | 110011 |
Color Harmonies of #967D70
Complementary color
Monochromatic Colors of #967D70
Black with #967D70
Text Example
Text Example
White with #967D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D70; }
p { color: rgb(150,125,112); }
H1.HeaderClassName
{
color: #967D70;
}
.AnyTagClassName
{
color: #967D70;
}
</style>
background-color css
<style>
a { background-color: #967D70; }
a { background-color: rgb(150,125,112); }
div.DivClassName
{
background-color: #967D70;
}
.BgClassName
{
background-color: #967D70;
}
</style>
border-color css
<style>
span { border-color: #967D70; }
span { border-color: rgb(150,125,112); }
td.TdClassName
{
border-color: #967D70;
}
.TagClassName
{
border-color: #967D70;
}
</style>