Shades of Hemp #967D78
Tints of Hemp #967D78
RGB
CMYK
RGB Variations
Color information
#967D78 (or 0x967D78) is known color: Hemp. HEX triplet: 96, 7D and 78. RGB value is (150,125,120). Sum of RGB (Red+Green+Blue) = 150+125+120=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #967D78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D78 is #698287. Grayscale: #838383. Windows color (decimal): -6914696 or 7896470. OLE color: 7896470.
HSL color Cylindrical-coordinate representation of color #967D78: hue angle of 10º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #967D78 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 120 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.41 |
| HSL | 10º | 0.13% | 0.53% | - |
| HSV(B) | 10º | 0.2% | 0.59% | - |
| XYZ | 23.3 | 22.51 | 20.89 | - |
| YUV | 131.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 120 | 0 | 0.17 | 0.20 | 0.41 | 10 | 0.13 | 0.53 |
| Hex | 96 | 7D | 78 | 0 | 11 | 14 | 29 | A | C | 35 |
| Octal | 226 | 175 | 170 | 0 | 21 | 24 | 51 | 12 | 14 | 65 |
| Binary | 10010110 | 1111101 | 1111000 | 0 | 10001 | 10100 | 101001 | 1010 | 1100 | 110101 |
Color Harmonies of #967D78
Complementary color
Monochromatic Colors of #967D78
Black with #967D78
Text Example
Text Example
White with #967D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D78; }
p { color: rgb(150,125,120); }
H1.HeaderClassName
{
color: #967D78;
}
.AnyTagClassName
{
color: #967D78;
}
</style>
background-color css
<style>
a { background-color: #967D78; }
a { background-color: rgb(150,125,120); }
div.DivClassName
{
background-color: #967D78;
}
.BgClassName
{
background-color: #967D78;
}
</style>
border-color css
<style>
span { border-color: #967D78; }
span { border-color: rgb(150,125,120); }
td.TdClassName
{
border-color: #967D78;
}
.TagClassName
{
border-color: #967D78;
}
</style>