#979E74

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

Shades of Sage #979E74

Tints of Sage #979E74

Color information

#979E74 (or 0x979E74) is unknown color: approx Sage. HEX triplet: 97, 9E and 74. RGB value is (151,158,116). Sum of RGB (Red+Green+Blue) = 151+158+116=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #979E74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979E74 is #68618B. Grayscale: #979797. Windows color (decimal): -6840716 or 7642775. OLE color: 7642775.

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

Color convert

RGB151158116-
CMYK0.0400.270.38
HSL70º17.8%53.73%-
HSV(B)70º26.58%61.96%-
XYZ28.1432.2921.27-
YUV151.12108.18127.92-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.53%
GREEN value IS 158 (62.11% from 255) = 37.18%
BLUE value IS 116 (45.70% from 255) = 27.29%
R=35.53%
G=37.18%
B=27.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511581160.0400.270.387017.853.73
Hex979E74401B26461236
Octal2272361644033461062266
Binary10010111100111101110100100011011100110100011010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,158,116); }

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

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

 a { background-color: rgb(151,158,116); }

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

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

 span { border-color: rgb(151,158,116); }

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