#978F68

Color #978F68 Gurkha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gurkha #978F68

Tints of Gurkha #978F68

Color information

#978F68 (or 0x978F68) is unknown color: approx 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

RGB151143104-
CMYK00.050.310.41
HSL49.79º18.43%50%-
HSV(B)49.79º31.13%59.22%-
XYZ25.0827.2217.03-
YUV140.95107.15135.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 37.94%
GREEN value IS 143 (56.25% from 255) = 35.93%
BLUE value IS 104 (41.02% from 255) = 26.13%
R=37.94%
G=35.93%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15114310400.050.310.4149.7918.4350
Hex978F68051F29321232
Octal227217150053751622262
Binary1001011110001111110100001011111110100111001010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>