Shades of Hemp #917B70
Tints of Hemp #917B70
RGB
CMYK
RGB Variations
Color information
#917B70 (or 0x917B70) is known color: Hemp. HEX triplet: 91, 7B and 70. RGB value is (145,123,112). Sum of RGB (Red+Green+Blue) = 145+123+112=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #917B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #917B70 is #6E848F. Grayscale: #808080. Windows color (decimal): -7242896 or 7371665. OLE color: 7371665.
HSL color Cylindrical-coordinate representation of color #917B70: hue angle of 20º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #917B70 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 123 | 112 | - |
| CMYK | 0 | 0.15 | 0.23 | 0.43 |
| HSL | 20º | 0.13% | 0.5% | - |
| HSV(B) | 20º | 0.23% | 0.57% | - |
| XYZ | 21.68 | 21.36 | 18.31 | - |
| YUV | 128.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 123 | 112 | 0 | 0.15 | 0.23 | 0.43 | 20 | 0.13 | 0.5 |
| Hex | 91 | 7B | 70 | 0 | F | 17 | 2B | 14 | D | 32 |
| Octal | 221 | 173 | 160 | 0 | 17 | 27 | 53 | 24 | 15 | 62 |
| Binary | 10010001 | 1111011 | 1110000 | 0 | 1111 | 10111 | 101011 | 10100 | 1101 | 110010 |
Color Harmonies of #917B70
Complementary color
Monochromatic Colors of #917B70
Black with #917B70
Text Example
Text Example
White with #917B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #917B70; }
p { color: rgb(145,123,112); }
H1.HeaderClassName
{
color: #917B70;
}
.AnyTagClassName
{
color: #917B70;
}
</style>
background-color css
<style>
a { background-color: #917B70; }
a { background-color: rgb(145,123,112); }
div.DivClassName
{
background-color: #917B70;
}
.BgClassName
{
background-color: #917B70;
}
</style>
border-color css
<style>
span { border-color: #917B70; }
span { border-color: rgb(145,123,112); }
td.TdClassName
{
border-color: #917B70;
}
.TagClassName
{
border-color: #917B70;
}
</style>