#97A775

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

Shades of Sage #97A775

Tints of Sage #97A775

Color information

#97A775 (or 0x97A775) is unknown color: approx Sage. HEX triplet: 97, A7 and 75. RGB value is (151,167,117). Sum of RGB (Red+Green+Blue) = 151+167+117=435 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.71% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 167 - color contains mainly: green. Hex color #97A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A775 is #68588A. Grayscale: #9C9C9C. Windows color (decimal): -6838411 or 7710615. OLE color: 7710615.

HSL color Cylindrical-coordinate representation of color #97A775: hue angle of 79.2º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #97A775 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB151167117-
CMYK0.1000.300.35
HSL79.2º22.12%55.69%-
HSV(B)79.2º29.94%65.49%-
XYZ29.7935.522.11-
YUV156.52105.7124.07-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.71%
GREEN value IS 167 (65.62% from 255) = 38.39%
BLUE value IS 117 (46.09% from 255) = 26.90%
R=34.71%
G=38.39%
B=26.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1511671170.1000.300.3579.222.1255.69
Hex97A775A01E234f1638
Octal22724716512036431172670
Binary100101111010011111101011010011110100011100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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