#97A773

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

Shades of Sage #97A773

Tints of Sage #97A773

Color information

#97A773 (or 0x97A773) is unknown color: approx Sage. HEX triplet: 97, A7 and 73. RGB value is (151,167,115). Sum of RGB (Red+Green+Blue) = 151+167+115=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 167 - color contains mainly: green. Hex color #97A773 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A773 is #68588C. Grayscale: #9C9C9C. Windows color (decimal): -6838413 or 7579543. OLE color: 7579543.

HSL color Cylindrical-coordinate representation of color #97A773: hue angle of 78.46º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97A773 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB151167115-
CMYK0.1000.310.35
HSL78.46º22.81%55.29%-
HSV(B)78.46º31.14%65.49%-
XYZ29.6835.4521.5-
YUV156.29104.7124.23-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 167 (65.62% from 255) = 38.57%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=34.87%
G=38.57%
B=26.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511671150.1000.310.3578.4622.8155.29
Hex97A773A01F234e1737
Octal22724716312037431162767
Binary100101111010011111100111010011111100011100111010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,167,115); }

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

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

 a { background-color: rgb(151,167,115); }

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

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

 span { border-color: rgb(151,167,115); }

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