Shades of Gurkha #978F70
Tints of Gurkha #978F70
RGB
CMYK
RGB Variations
Color information
#978F70 (or 0x978F70) is known color: Gurkha. HEX triplet: 97, 8F and 70. RGB value is (151,143,112). Sum of RGB (Red+Green+Blue) = 151+143+112=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 112 (44.14% from 255 or 27.59% from 406); Max value from RGB is 151 - color contains mainly: red. Hex color #978F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F70 is #68708F. Grayscale: #8D8D8D. Windows color (decimal): -6844560 or 7376791. OLE color: 7376791.
HSL color Cylindrical-coordinate representation of color #978F70: hue angle of 47.69º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #978F70 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 112 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.41 |
| HSL | 47.69º | 0.16% | 0.52% | - |
| HSV(B) | 47.69º | 0.26% | 0.59% | - |
| XYZ | 25.51 | 27.39 | 19.27 | - |
| YUV | 141.86 | 111.15 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 112 | 0 | 0.05 | 0.26 | 0.41 | 47.69 | 0.16 | 0.52 |
| Hex | 97 | 8F | 70 | 0 | 5 | 1A | 29 | 30 | 10 | 34 |
| Octal | 227 | 217 | 160 | 0 | 5 | 32 | 51 | 60 | 20 | 64 |
| Binary | 10010111 | 10001111 | 1110000 | 0 | 101 | 11010 | 101001 | 110000 | 10000 | 110100 |
Color Harmonies of #978F70
Complementary color
Monochromatic Colors of #978F70
Black with #978F70
Text Example
Text Example
White with #978F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F70; }
p { color: rgb(151,143,112); }
H1.HeaderClassName
{
color: #978F70;
}
.AnyTagClassName
{
color: #978F70;
}
</style>
background-color css
<style>
a { background-color: #978F70; }
a { background-color: rgb(151,143,112); }
div.DivClassName
{
background-color: #978F70;
}
.BgClassName
{
background-color: #978F70;
}
</style>
border-color css
<style>
span { border-color: #978F70; }
span { border-color: rgb(151,143,112); }
td.TdClassName
{
border-color: #978F70;
}
.TagClassName
{
border-color: #978F70;
}
</style>