#979C7F

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

Shades of Sage #979C7F

Tints of Sage #979C7F

Color information

#979C7F (or 0x979C7F) is unknown color: approx Sage. HEX triplet: 97, 9C and 7F. RGB value is (151,156,127). Sum of RGB (Red+Green+Blue) = 151+156+127=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 156 - color contains mainly: green. Hex color #979C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C7F is #686380. Grayscale: #979797. Windows color (decimal): -6841217 or 8363159. OLE color: 8363159.

HSL color Cylindrical-coordinate representation of color #979C7F: hue angle of 70.34º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #979C7F is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB151156127-
CMYK0.0300.190.39
HSL70.34º12.78%55.49%-
HSV(B)70.34º18.59%61.18%-
XYZ28.4831.8924.73-
YUV151.2114.34127.86-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 156 (61.33% from 255) = 35.94%
BLUE value IS 127 (50% from 255) = 29.26%
R=34.79%
G=35.94%
B=29.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1511561270.0300.190.3970.3412.7855.49
Hex979C7F30132746d37
Octal2272341773023471061567
Binary100101111001110011111111101001110011110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #979C7F;
 }
 .AnyTagClassName
 {
   color: #979C7F;
 }
</style>
background-color css

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

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

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

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

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

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