Shades of Gurkha #978F68
Tints of Gurkha #978F68
RGB
CMYK
RGB Variations
Color information
#978F68 (or 0x978F68) is known color: Gurkha. HEX triplet: 97, 8F and 68. RGB value is (151,143,104). Sum of RGB (Red+Green+Blue) = 151+143+104=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 151 - color contains mainly: red. Hex color #978F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978F68 is #687097. Grayscale: #8D8D8D. Windows color (decimal): -6844568 or 6852503. OLE color: 6852503.
HSL color Cylindrical-coordinate representation of color #978F68: hue angle of 49.79º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #978F68 is Cyan = 0, Magento = 0.05, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 143 | 104 | - |
| CMYK | 0 | 0.05 | 0.31 | 0.41 |
| HSL | 49.79º | 0.18% | 0.5% | - |
| HSV(B) | 49.79º | 0.31% | 0.59% | - |
| XYZ | 25.08 | 27.22 | 17.03 | - |
| YUV | 140.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 143 | 104 | 0 | 0.05 | 0.31 | 0.41 | 49.79 | 0.18 | 0.5 |
| Hex | 97 | 8F | 68 | 0 | 5 | 1F | 29 | 32 | 12 | 32 |
| Octal | 227 | 217 | 150 | 0 | 5 | 37 | 51 | 62 | 22 | 62 |
| Binary | 10010111 | 10001111 | 1101000 | 0 | 101 | 11111 | 101001 | 110010 | 10010 | 110010 |
Color Harmonies of #978F68
Complementary color
Monochromatic Colors of #978F68
Black with #978F68
Text Example
Text Example
White with #978F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978F68; }
p { color: rgb(151,143,104); }
H1.HeaderClassName
{
color: #978F68;
}
.AnyTagClassName
{
color: #978F68;
}
</style>
background-color css
<style>
a { background-color: #978F68; }
a { background-color: rgb(151,143,104); }
div.DivClassName
{
background-color: #978F68;
}
.BgClassName
{
background-color: #978F68;
}
</style>
border-color css
<style>
span { border-color: #978F68; }
span { border-color: rgb(151,143,104); }
td.TdClassName
{
border-color: #978F68;
}
.TagClassName
{
border-color: #978F68;
}
</style>