#979D7F

Color #979D7F Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #979D7F

Tints of Sage #979D7F

Color information

#979D7F (or 0x979D7F) is unknown color: approx 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

RGB151157127-
CMYK0.0400.190.38
HSL72º13.27%55.69%-
HSV(B)72º19.11%61.57%-
XYZ28.6532.2324.79-
YUV151.79114.01127.44-

RGB Variations

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

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.20%
R=34.71%
G=36.09%
B=29.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511571270.0400.190.387213.2755.69
Hex979D7F40132648d38
Octal2272351774023461101570
Binary1001011110011101111111110001001110011010010001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>