#97A37F

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

Shades of Sage #97A37F

Tints of Sage #97A37F

Color information

#97A37F (or 0x97A37F) is unknown color: approx Sage. HEX triplet: 97, A3 and 7F. RGB value is (151,163,127). Sum of RGB (Red+Green+Blue) = 151+163+127=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 163 - color contains mainly: green. Hex color #97A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A37F is #685C80. Grayscale: #9B9B9B. Windows color (decimal): -6839425 or 8364951. OLE color: 8364951.

HSL color Cylindrical-coordinate representation of color #97A37F: hue angle of 80º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97A37F is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB151163127-
CMYK0.0700.220.36
HSL80º16.36%56.86%-
HSV(B)80º22.09%63.92%-
XYZ29.6934.3125.14-
YUV155.31112.02124.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 163 (64.06% from 255) = 36.96%
BLUE value IS 127 (50% from 255) = 28.80%
R=34.24%
G=36.96%
B=28.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511631270.0700.220.368016.3656.86
Hex97A37F701624501039
Octal2272431777026441202071
Binary10010111101000111111111111010110100100101000010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,163,127); }

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

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

 a { background-color: rgb(151,163,127); }

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

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

 span { border-color: rgb(151,163,127); }

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