Shades of Sage #97A17C
Tints of Sage #97A17C
RGB
CMYK
RGB Variations
Color information
#97A17C (or 0x97A17C) is known color: Sage. HEX triplet: 97, A1 and 7C. RGB value is (151,161,124). Sum of RGB (Red+Green+Blue) = 151+161+124=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 124 (48.83% from 255 or 28.44% from 436); Max value from RGB is 161 - color contains mainly: green. Hex color #97A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A17C is #685E83. Grayscale: #999999. Windows color (decimal): -6839940 or 8167831. OLE color: 8167831.
HSL color Cylindrical-coordinate representation of color #97A17C: hue angle of 76.22º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97A17C is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 161 | 124 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.37 |
| HSL | 76.22º | 0.16% | 0.56% | - |
| HSV(B) | 76.22º | 0.23% | 0.63% | - |
| XYZ | 29.15 | 33.52 | 24 | - |
| YUV | 153.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 124 | 0.06 | 0 | 0.23 | 0.37 | 76.22 | 0.16 | 0.56 |
| Hex | 97 | A1 | 7C | 6 | 0 | 17 | 25 | 4C | 10 | 38 |
| Octal | 227 | 241 | 174 | 6 | 0 | 27 | 45 | 114 | 20 | 70 |
| Binary | 10010111 | 10100001 | 1111100 | 110 | 0 | 10111 | 100101 | 1001100 | 10000 | 111000 |
Color Harmonies of #97A17C
Complementary color
Monochromatic Colors of #97A17C
Black with #97A17C
Text Example
Text Example
White with #97A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A17C; }
p { color: rgb(151,161,124); }
H1.HeaderClassName
{
color: #97A17C;
}
.AnyTagClassName
{
color: #97A17C;
}
</style>
background-color css
<style>
a { background-color: #97A17C; }
a { background-color: rgb(151,161,124); }
div.DivClassName
{
background-color: #97A17C;
}
.BgClassName
{
background-color: #97A17C;
}
</style>
border-color css
<style>
span { border-color: #97A17C; }
span { border-color: rgb(151,161,124); }
td.TdClassName
{
border-color: #97A17C;
}
.TagClassName
{
border-color: #97A17C;
}
</style>