#979D72

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

Shades of Sage #979D72

Tints of Sage #979D72

Color information

#979D72 (or 0x979D72) is unknown color: approx Sage. HEX triplet: 97, 9D and 72. RGB value is (151,157,114). Sum of RGB (Red+Green+Blue) = 151+157+114=422 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.78% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 114 (44.92% from 255 or 27.01% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #979D72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979D72 is #68628D. Grayscale: #969696. Windows color (decimal): -6840974 or 7511447. OLE color: 7511447.

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

Color convert

RGB151157114-
CMYK0.0400.270.38
HSL68.37º17.99%53.14%-
HSV(B)68.37º27.39%61.57%-
XYZ27.8631.9120.61-
YUV150.3107.51128.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.78%
GREEN value IS 157 (61.72% from 255) = 37.20%
BLUE value IS 114 (44.92% from 255) = 27.01%
R=35.78%
G=37.20%
B=27.01%

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
Decimal1511571140.0400.270.3868.3717.9953.14
Hex979D72401B26441235
Octal2272351624033461042265
Binary10010111100111011110010100011011100110100010010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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