#97A179

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

Shades of Sage #97A179

Tints of Sage #97A179

Color information

#97A179 (or 0x97A179) is unknown color: approx Sage. HEX triplet: 97, A1 and 79. RGB value is (151,161,121). Sum of RGB (Red+Green+Blue) = 151+161+121=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 161 (63.28% from 255 or 37.18% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 161 - color contains mainly: green. Hex color #97A179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A179 is #685E86. Grayscale: #999999. Windows color (decimal): -6839943 or 7971223. OLE color: 7971223.

HSL color Cylindrical-coordinate representation of color #97A179: hue angle of 75º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #97A179 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB151161121-
CMYK0.0600.250.37
HSL75º17.54%55.29%-
HSV(B)75º24.84%63.14%-
XYZ28.9633.4523.02-
YUV153.45109.69126.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 161 (63.28% from 255) = 37.18%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=34.87%
G=37.18%
B=27.94%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1511611210.0600.250.377517.5455.29
Hex97A1796019254b1237
Octal2272411716031451132267
Binary10010111101000011111001110011001100101100101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97A179; }

 p { color: rgb(151,161,121); }

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

<style>
 a { background-color: #97A179; }

 a { background-color: rgb(151,161,121); }

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

<style>
 span { border-color: #97A179; }

 span { border-color: rgb(151,161,121); }

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