#97A575

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

Shades of Sage #97A575

Tints of Sage #97A575

Color information

#97A575 (or 0x97A575) is unknown color: approx Sage. HEX triplet: 97, A5 and 75. RGB value is (151,165,117). Sum of RGB (Red+Green+Blue) = 151+165+117=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 117 (46.09% from 255 or 27.02% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #97A575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A575 is #685A8A. Grayscale: #9B9B9B. Windows color (decimal): -6838923 or 7710103. OLE color: 7710103.

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

Color convert

RGB151165117-
CMYK0.0800.290.35
HSL77.5º21.05%55.29%-
HSV(B)77.5º29.09%64.71%-
XYZ29.4334.7721.99-
YUV155.34106.36124.9-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.87%
GREEN value IS 165 (64.84% from 255) = 38.11%
BLUE value IS 117 (46.09% from 255) = 27.02%
R=34.87%
G=38.11%
B=27.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511651170.0800.290.3577.521.0555.29
Hex97A575801D234e1537
Octal22724516510035431162567
Binary100101111010010111101011000011101100011100111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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