Html Css Color HEX #978E61 Gurkha

📋 copy color: '#978E61'

red 151 ◦ green 142 ◦ blue 97

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

Shades of Gurkha #978E61

Tints of Gurkha #978E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.87%

R = 38.72%
G = 36.41%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#978E61 (or 0x978E61) is known color: Gurkha. HEX triplet: 97, 8E and 61. RGB value is (151,142,97). Sum of RGB (Red+Green+Blue) = 151+142+97=390 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.72% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 97 (38.28% from 255 or 24.87% from 390); Max value from RGB is 151 - color contains mainly: red. Hex color #978E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978E61 is #68719E. Grayscale: #8B8B8B. Windows color (decimal): -6844831 or 6393495. OLE color: 6393495.

HSL color Cylindrical-coordinate representation of color #978E61: hue angle of 50º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978E61 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 142 97 -
CMYK 0 0.06 0.36 0.41
HSL 50º 0.22% 0.49% -
HSV(B) 50º 0.36% 0.59% -
XYZ 24.59 26.79 15.18 -
YUV 139.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 151 142 97 0 0.06 0.36 0.41 50 0.22 0.49
Hex 97 8E 61 0 6 24 29 32 16 31
Octal 227 216 141 0 6 44 51 62 26 61
Binary 10010111 10001110 1100001 0 110 100100 101001 110010 10110 110001

Color Harmonies of #978E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978E61

Black with #978E61

Text Example


Text Example

White with #978E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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