#97A577

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

Shades of Sage #97A577

Tints of Sage #97A577

Color information

#97A577 (or 0x97A577) is unknown color: approx Sage. HEX triplet: 97, A5 and 77. RGB value is (151,165,119). Sum of RGB (Red+Green+Blue) = 151+165+119=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #97A577 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A577 is #685A88. Grayscale: #9B9B9B. Windows color (decimal): -6838921 or 7841175. OLE color: 7841175.

HSL color Cylindrical-coordinate representation of color #97A577: hue angle of 78.26º degrees, saturation: 0.2, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97A577 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB151165119-
CMYK0.0800.280.35
HSL78.26º20.35%55.69%-
HSV(B)78.26º27.88%64.71%-
XYZ29.5534.8222.62-
YUV155.57107.36124.74-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 165 (64.84% from 255) = 37.93%
BLUE value IS 119 (46.88% from 255) = 27.36%
R=34.71%
G=37.93%
B=27.36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511651190.0800.280.3578.2620.3555.69
Hex97A577801C234e1438
Octal22724516710034431162470
Binary100101111010010111101111000011100100011100111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,165,119); }

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

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

 a { background-color: rgb(151,165,119); }

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

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

 span { border-color: rgb(151,165,119); }

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