Shades of Hemp #97807A
Tints of Hemp #97807A
RGB
CMYK
RGB Variations
Color information
#97807A (or 0x97807A) is known color: Hemp. HEX triplet: 97, 80 and 7A. RGB value is (151,128,122). Sum of RGB (Red+Green+Blue) = 151+128+122=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 151 - color contains mainly: red. Hex color #97807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97807A is #687F85. Grayscale: #868686. Windows color (decimal): -6848390 or 8028311. OLE color: 8028311.
HSL color Cylindrical-coordinate representation of color #97807A: hue angle of 12.41º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #97807A is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 128 | 122 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.41 |
| HSL | 12.41º | 0.12% | 0.54% | - |
| HSV(B) | 12.41º | 0.19% | 0.59% | - |
| XYZ | 23.99 | 23.42 | 21.67 | - |
| YUV | 134.19 | 121.12 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 128 | 122 | 0 | 0.15 | 0.19 | 0.41 | 12.41 | 0.12 | 0.54 |
| Hex | 97 | 80 | 7A | 0 | F | 13 | 29 | C | C | 36 |
| Octal | 227 | 200 | 172 | 0 | 17 | 23 | 51 | 14 | 14 | 66 |
| Binary | 10010111 | 10000000 | 1111010 | 0 | 1111 | 10011 | 101001 | 1100 | 1100 | 110110 |
Color Harmonies of #97807A
Complementary color
Monochromatic Colors of #97807A
Black with #97807A
Text Example
Text Example
White with #97807A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97807A; }
p { color: rgb(151,128,122); }
H1.HeaderClassName
{
color: #97807A;
}
.AnyTagClassName
{
color: #97807A;
}
</style>
background-color css
<style>
a { background-color: #97807A; }
a { background-color: rgb(151,128,122); }
div.DivClassName
{
background-color: #97807A;
}
.BgClassName
{
background-color: #97807A;
}
</style>
border-color css
<style>
span { border-color: #97807A; }
span { border-color: rgb(151,128,122); }
td.TdClassName
{
border-color: #97807A;
}
.TagClassName
{
border-color: #97807A;
}
</style>