Shades of Sage #97A172
Tints of Sage #97A172
RGB
CMYK
RGB Variations
Color information
#97A172 (or 0x97A172) is known color: Sage. HEX triplet: 97, A1 and 72. RGB value is (151,161,114). Sum of RGB (Red+Green+Blue) = 151+161+114=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #97A172 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A172 is #685E8D. Grayscale: #989898. Windows color (decimal): -6839950 or 7512471. OLE color: 7512471.
HSL color Cylindrical-coordinate representation of color #97A172: hue angle of 72.77º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97A172 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 151 | 161 | 114 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.37 |
| HSL | 72.77º | 0.2% | 0.54% | - |
| HSV(B) | 72.77º | 0.29% | 0.63% | - |
| XYZ | 28.54 | 33.28 | 20.84 | - |
| YUV | 152.65 | 106.19 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 161 | 114 | 0.06 | 0 | 0.29 | 0.37 | 72.77 | 0.2 | 0.54 |
| Hex | 97 | A1 | 72 | 6 | 0 | 1D | 25 | 49 | 14 | 36 |
| Octal | 227 | 241 | 162 | 6 | 0 | 35 | 45 | 111 | 24 | 66 |
| Binary | 10010111 | 10100001 | 1110010 | 110 | 0 | 11101 | 100101 | 1001001 | 10100 | 110110 |
Color Harmonies of #97A172
Complementary color
Monochromatic Colors of #97A172
Black with #97A172
Text Example
Text Example
White with #97A172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A172; }
p { color: rgb(151,161,114); }
H1.HeaderClassName
{
color: #97A172;
}
.AnyTagClassName
{
color: #97A172;
}
</style>
background-color css
<style>
a { background-color: #97A172; }
a { background-color: rgb(151,161,114); }
div.DivClassName
{
background-color: #97A172;
}
.BgClassName
{
background-color: #97A172;
}
</style>
border-color css
<style>
span { border-color: #97A172; }
span { border-color: rgb(151,161,114); }
td.TdClassName
{
border-color: #97A172;
}
.TagClassName
{
border-color: #97A172;
}
</style>