Html Css Color HEX #978D65 Gurkha

📋 copy color: '#978D65'

red 151 ◦ green 141 ◦ blue 101

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

Shades of Gurkha #978D65

Tints of Gurkha #978D65

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.88%

 BLUE value IS 101 (39.84% from 255) = 25.7%

R = 38.42%
G = 35.88%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#978D65 (or 0x978D65) is known color: Gurkha. HEX triplet: 97, 8D and 65. RGB value is (151,141,101). Sum of RGB (Red+Green+Blue) = 151+141+101=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #978D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978D65 is #68729A. Grayscale: #8B8B8B. Windows color (decimal): -6845083 or 6655383. OLE color: 6655383.

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

Color convert

RGB 151 141 101 -
CMYK 0 0.07 0.33 0.41
HSL 48º 0.2% 0.49% -
HSV(B) 48º 0.33% 0.59% -
XYZ 24.64 26.57 16.14 -
YUV 139.43 106.31 136.25 -
System Red Green Blue C M Y K H S L
Decimal 151 141 101 0 0.07 0.33 0.41 48 0.2 0.49
Hex 97 8D 65 0 7 21 29 30 14 31
Octal 227 215 145 0 7 41 51 60 24 61
Binary 10010111 10001101 1100101 0 111 100001 101001 110000 10100 110001

Color Harmonies of #978D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978D65

Black with #978D65

Text Example


Text Example

White with #978D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,141,101); }

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

background-color css

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

 a { background-color: rgb(151,141,101); }

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

border-color css

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

 span { border-color: rgb(151,141,101); }

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