Html Css Color HEX #978E70 Gurkha

📋 copy color: '#978E70'

red 151 ◦ green 142 ◦ blue 112

#978E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gurkha #978E70

Tints of Gurkha #978E70

RGB

 RED value IS 151 (59.38% from 255) = 37.28%

 GREEN value IS 142 (55.86% from 255) = 35.06%

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 37.28%
G = 35.06%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#978E70 (or 0x978E70) is known color: Gurkha. HEX triplet: 97, 8E and 70. RGB value is (151,142,112). Sum of RGB (Red+Green+Blue) = 151+142+112=405 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.28% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 151 - color contains mainly: red. Hex color #978E70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E70 is #68718F. Grayscale: #8D8D8D. Windows color (decimal): -6844816 or 7376535. OLE color: 7376535.

HSL color Cylindrical-coordinate representation of color #978E70: hue angle of 46.15º 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 #978E70 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 142 112 -
CMYK 0 0.06 0.26 0.41
HSL 46.15º 0.16% 0.52% -
HSV(B) 46.15º 0.26% 0.59% -
XYZ 25.36 27.1 19.22 -
YUV 141.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 151 142 112 0 0.06 0.26 0.41 46.15 0.16 0.52
Hex 97 8E 70 0 6 1A 29 2E 10 34
Octal 227 216 160 0 6 32 51 56 20 64
Binary 10010111 10001110 1110000 0 110 11010 101001 101110 10000 110100

Color Harmonies of #978E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E70

Black with #978E70

Text Example


Text Example

White with #978E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978E70; }

 p { color: rgb(151,142,112); }

 H1.HeaderClassName
 {
   color: #978E70;
 }
 .AnyTagClassName
 {
   color: #978E70;
 }
</style>

background-color css

<style>
 a { background-color: #978E70; }

 a { background-color: rgb(151,142,112); }

 div.DivClassName
 {
   background-color: #978E70;
 }
 .BgClassName
 {
   background-color: #978E70;
 }
</style>

border-color css

<style>
 span { border-color: #978E70; }

 span { border-color: rgb(151,142,112); }

 td.TdClassName
 {
   border-color: #978E70;
 }
 .TagClassName
 {
   border-color: #978E70;
 }
</style>