#97A873

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

Shades of Sage #97A873

Tints of Sage #97A873

Color information

#97A873 (or 0x97A873) is unknown color: approx Sage. HEX triplet: 97, A8 and 73. RGB value is (151,168,115). Sum of RGB (Red+Green+Blue) = 151+168+115=434 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.79% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 115 (45.31% from 255 or 26.50% from 434); Max value from RGB is 168 - color contains mainly: green. Hex color #97A873 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A873 is #68578C. Grayscale: #9D9D9D. Windows color (decimal): -6838157 or 7579799. OLE color: 7579799.

HSL color Cylindrical-coordinate representation of color #97A873: hue angle of 79.25º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97A873 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB151168115-
CMYK0.1000.320.34
HSL79.25º23.35%55.49%-
HSV(B)79.25º31.55%65.88%-
XYZ29.8635.8221.56-
YUV156.88104.37123.81-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.79%
GREEN value IS 168 (66.02% from 255) = 38.71%
BLUE value IS 115 (45.31% from 255) = 26.50%
R=34.79%
G=38.71%
B=26.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1511681150.1000.320.3479.2523.3555.49
Hex97A873A020224f1737
Octal22725016312040421172767
Binary1001011110101000111001110100100000100010100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97A873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,168,115); }

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

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

 a { background-color: rgb(151,168,115); }

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

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

 span { border-color: rgb(151,168,115); }

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