#97A280

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

Shades of Sage #97A280

Tints of Sage #97A280

Color information

#97A280 (or 0x97A280) is unknown color: approx Sage. HEX triplet: 97, A2 and 80. RGB value is (151,162,128). Sum of RGB (Red+Green+Blue) = 151+162+128=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 162 - color contains mainly: green. Hex color #97A280 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A280 is #685D7F. Grayscale: #9A9A9A. Windows color (decimal): -6839680 or 8430231. OLE color: 8430231.

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

Color convert

RGB151162128-
CMYK0.0700.210.36
HSL79.41º15.45%56.86%-
HSV(B)79.41º20.99%63.53%-
XYZ29.5833.9825.42-
YUV154.84112.86125.26-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.24%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 128 (50.39% from 255) = 29.02%
R=34.24%
G=36.73%
B=29.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1511621280.0700.210.3679.4115.4556.86
Hex97A2807015244ff39
Octal2272422007025441171771
Binary10010111101000101000000011101010110010010011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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