#97A275

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

Shades of Sage #97A275

Tints of Sage #97A275

Color information

#97A275 (or 0x97A275) is unknown color: approx Sage. HEX triplet: 97, A2 and 75. RGB value is (151,162,117). Sum of RGB (Red+Green+Blue) = 151+162+117=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #97A275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A275 is #685D8A. Grayscale: #999999. Windows color (decimal): -6839691 or 7709335. OLE color: 7709335.

HSL color Cylindrical-coordinate representation of color #97A275: hue angle of 74.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97A275 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB151162117-
CMYK0.0700.280.36
HSL74.67º19.48%54.71%-
HSV(B)74.67º27.78%63.53%-
XYZ28.8933.721.81-
YUV153.58107.36126.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 35.12%
GREEN value IS 162 (63.67% from 255) = 37.67%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=35.12%
G=37.67%
B=27.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511621170.0700.280.3674.6719.4854.71
Hex97A275701C244b1337
Octal2272421657034441132367
Binary10010111101000101110101111011100100100100101110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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