Html Css Color HEX #979D77 Sage

📋 copy color: '#979D77'

red 151 ◦ green 157 ◦ blue 119

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

Shades of Sage #979D77

Tints of Sage #979D77

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.77%

 BLUE value IS 119 (46.88% from 255) = 27.87%

R = 35.36%
G = 36.77%
B = 27.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.24

 K value IS 0.38

RGB Variations

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

Color information

#979D77 (or 0x979D77) is known color: Sage. HEX triplet: 97, 9D and 77. RGB value is (151,157,119). Sum of RGB (Red+Green+Blue) = 151+157+119=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 119 (46.88% from 255 or 27.87% from 427); Max value from RGB is 157 - color contains mainly: green. Hex color #979D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979D77 is #686288. Grayscale: #979797. Windows color (decimal): -6840969 or 7839127. OLE color: 7839127.

HSL color Cylindrical-coordinate representation of color #979D77: hue angle of 69.47º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #979D77 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 157 119 -
CMYK 0.04 0 0.24 0.38
HSL 69.47º 0.16% 0.54% -
HSV(B) 69.47º 0.24% 0.62% -
XYZ 28.15 32.03 22.15 -
YUV 150.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 151 157 119 0.04 0 0.24 0.38 69.47 0.16 0.54
Hex 97 9D 77 4 0 18 26 45 10 36
Octal 227 235 167 4 0 30 46 105 20 66
Binary 10010111 10011101 1110111 100 0 11000 100110 1000101 10000 110110

Color Harmonies of #979D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979D77

Black with #979D77

Text Example


Text Example

White with #979D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979D77; }

 p { color: rgb(151,157,119); }

 H1.HeaderClassName
 {
   color: #979D77;
 }
 .AnyTagClassName
 {
   color: #979D77;
 }
</style>

background-color css

<style>
 a { background-color: #979D77; }

 a { background-color: rgb(151,157,119); }

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

border-color css

<style>
 span { border-color: #979D77; }

 span { border-color: rgb(151,157,119); }

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