Shades of Sage #97A871
Tints of Sage #97A871
RGB
CMYK
RGB Variations
Color information
#97A871 (or 0x97A871) is known color: Sage. HEX triplet: 97, A8 and 71. RGB value is (151,168,113). Sum of RGB (Red+Green+Blue) = 151+168+113=432 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.95% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 113 (44.53% from 255 or 26.16% from 432); Max value from RGB is 168 - color contains mainly: green. Hex color #97A871 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A871 is #68578E. Grayscale: #9C9C9C. Windows color (decimal): -6838159 or 7448727. OLE color: 7448727.
HSL color Cylindrical-coordinate representation of color #97A871: hue angle of 78.55º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97A871 is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 168 | 113 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.34 |
| HSL | 78.55º | 0.24% | 0.55% | - |
| HSV(B) | 78.55º | 0.33% | 0.66% | - |
| XYZ | 29.75 | 35.78 | 20.96 | - |
| YUV | 156.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 168 | 113 | 0.10 | 0 | 0.33 | 0.34 | 78.55 | 0.24 | 0.55 |
| Hex | 97 | A8 | 71 | A | 0 | 21 | 22 | 4F | 18 | 37 |
| Octal | 227 | 250 | 161 | 12 | 0 | 41 | 42 | 117 | 30 | 67 |
| Binary | 10010111 | 10101000 | 1110001 | 1010 | 0 | 100001 | 100010 | 1001111 | 11000 | 110111 |
Color Harmonies of #97A871
Complementary color
Monochromatic Colors of #97A871
Black with #97A871
Text Example
Text Example
White with #97A871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A871; }
p { color: rgb(151,168,113); }
H1.HeaderClassName
{
color: #97A871;
}
.AnyTagClassName
{
color: #97A871;
}
</style>
background-color css
<style>
a { background-color: #97A871; }
a { background-color: rgb(151,168,113); }
div.DivClassName
{
background-color: #97A871;
}
.BgClassName
{
background-color: #97A871;
}
</style>
border-color css
<style>
span { border-color: #97A871; }
span { border-color: rgb(151,168,113); }
td.TdClassName
{
border-color: #97A871;
}
.TagClassName
{
border-color: #97A871;
}
</style>