#97A07D

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

Shades of Sage #97A07D

Tints of Sage #97A07D

Color information

#97A07D (or 0x97A07D) is unknown color: approx Sage. HEX triplet: 97, A0 and 7D. RGB value is (151,160,125). Sum of RGB (Red+Green+Blue) = 151+160+125=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 160 - color contains mainly: green. Hex color #97A07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A07D is #685F82. Grayscale: #999999. Windows color (decimal): -6840195 or 8233111. OLE color: 8233111.

HSL color Cylindrical-coordinate representation of color #97A07D: hue angle of 75.43º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #97A07D is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB151160125-
CMYK0.0600.220.37
HSL75.43º15.56%55.88%-
HSV(B)75.43º21.88%62.75%-
XYZ29.0333.224.28-
YUV153.32112.02126.35-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.63%
GREEN value IS 160 (62.89% from 255) = 36.70%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=34.63%
G=36.70%
B=28.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1511601250.0600.220.3775.4315.5655.88
Hex97A07D6016254b1038
Octal2272401756026451132070
Binary10010111101000001111101110010110100101100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,160,125); }

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

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

 a { background-color: rgb(151,160,125); }

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

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

 span { border-color: rgb(151,160,125); }

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