#97A572

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

Shades of Sage #97A572

Tints of Sage #97A572

Color information

#97A572 (or 0x97A572) is unknown color: approx Sage. HEX triplet: 97, A5 and 72. RGB value is (151,165,114). Sum of RGB (Red+Green+Blue) = 151+165+114=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 165 (64.84% from 255 or 38.37% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 165 - color contains mainly: green. Hex color #97A572 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A572 is #685A8D. Grayscale: #9B9B9B. Windows color (decimal): -6838926 or 7513495. OLE color: 7513495.

HSL color Cylindrical-coordinate representation of color #97A572: hue angle of 76.47º degrees, saturation: 0.22, 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 #97A572 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB151165114-
CMYK0.0800.310.35
HSL76.47º22.08%54.71%-
HSV(B)76.47º30.91%64.71%-
XYZ29.2534.721.08-
YUV155104.86125.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 165 (64.84% from 255) = 38.37%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=35.12%
G=38.37%
B=26.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511651140.0800.310.3576.4722.0854.71
Hex97A572801F234c1637
Octal22724516210037431142667
Binary100101111010010111100101000011111100011100110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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