#979F71

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

Shades of Sage #979F71

Tints of Sage #979F71

Color information

#979F71 (or 0x979F71) is unknown color: approx Sage. HEX triplet: 97, 9F and 71. RGB value is (151,159,113). Sum of RGB (Red+Green+Blue) = 151+159+113=423 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.70% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 113 (44.53% from 255 or 26.71% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #979F71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F71 is #68608E. Grayscale: #979797. Windows color (decimal): -6840463 or 7446423. OLE color: 7446423.

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

Color convert

RGB151159113-
CMYK0.0500.290.38
HSL70.43º19.33%53.33%-
HSV(B)70.43º28.93%62.35%-
XYZ28.1432.5720.43-
YUV151.36106.35127.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.70%
GREEN value IS 159 (62.5% from 255) = 37.59%
BLUE value IS 113 (44.53% from 255) = 26.71%
R=35.70%
G=37.59%
B=26.71%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1511591130.0500.290.3870.4319.3353.33
Hex979F71501D26461335
Octal2272371615035461062365
Binary10010111100111111110001101011101100110100011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,159,113); }

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

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

 a { background-color: rgb(151,159,113); }

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

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

 span { border-color: rgb(151,159,113); }

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