Html Css Color HEX #979D7F Sage

📋 copy color: '#979D7F'

red 151 ◦ green 157 ◦ blue 127

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

Shades of Sage #979D7F

Tints of Sage #979D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.2%

R = 34.71%
G = 36.09%
B = 29.2%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#979D7F (or 0x979D7F) is known color: Sage. HEX triplet: 97, 9D and 7F. RGB value is (151,157,127). Sum of RGB (Red+Green+Blue) = 151+157+127=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 157 - color contains mainly: green. Hex color #979D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979D7F is #686280. Grayscale: #979797. Windows color (decimal): -6840961 or 8363415. OLE color: 8363415.

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

Color convert

RGB 151 157 127 -
CMYK 0.04 0 0.19 0.38
HSL 72º 0.13% 0.56% -
HSV(B) 72º 0.19% 0.62% -
XYZ 28.65 32.23 24.79 -
YUV 151.79 114.01 127.44 -
System Red Green Blue C M Y K H S L
Decimal 151 157 127 0.04 0 0.19 0.38 72 0.13 0.56
Hex 97 9D 7F 4 0 13 26 48 D 38
Octal 227 235 177 4 0 23 46 110 15 70
Binary 10010111 10011101 1111111 100 0 10011 100110 1001000 1101 111000

Color Harmonies of #979D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979D7F

Black with #979D7F

Text Example


Text Example

White with #979D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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