#979B7D

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

Shades of Sage #979B7D

Tints of Sage #979B7D

Color information

#979B7D (or 0x979B7D) is unknown color: approx Sage. HEX triplet: 97, 9B and 7D. RGB value is (151,155,125). Sum of RGB (Red+Green+Blue) = 151+155+125=431 (57% of max value = 765). Red value is 151 (59.38% from 255 or 35.03% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #979B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B7D is #686482. Grayscale: #969696. Windows color (decimal): -6841475 or 8231831. OLE color: 8231831.

HSL color Cylindrical-coordinate representation of color #979B7D: hue angle of 68º 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 #979B7D is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB151155125-
CMYK0.0300.190.39
HSL68º13.04%54.9%-
HSV(B)68º19.35%60.78%-
XYZ28.1931.524-
YUV150.38113.67128.44-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.03%
GREEN value IS 155 (60.94% from 255) = 35.96%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=35.03%
G=35.96%
B=29.00%

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
Decimal1511551250.0300.190.396813.0454.9
Hex979B7D30132744d37
Octal2272331753023471041567
Binary100101111001101111111011101001110011110001001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,125); }

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

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

 a { background-color: rgb(151,155,125); }

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

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

 span { border-color: rgb(151,155,125); }

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