Shades of Sage #97A671
Tints of Sage #97A671
RGB
CMYK
RGB Variations
Color information
#97A671 (or 0x97A671) is known color: Sage. HEX triplet: 97, A6 and 71. RGB value is (151,166,113). Sum of RGB (Red+Green+Blue) = 151+166+113=430 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.12% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 113 (44.53% from 255 or 26.28% from 430); Max value from RGB is 166 - color contains mainly: green. Hex color #97A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A671 is #68598E. Grayscale: #9B9B9B. Windows color (decimal): -6838671 or 7448215. OLE color: 7448215.
HSL color Cylindrical-coordinate representation of color #97A671: hue angle of 76.98º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97A671 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 166 | 113 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.35 |
| HSL | 76.98º | 0.23% | 0.55% | - |
| HSV(B) | 76.98º | 0.32% | 0.65% | - |
| XYZ | 29.38 | 35.04 | 20.84 | - |
| YUV | 155.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 166 | 113 | 0.09 | 0 | 0.32 | 0.35 | 76.98 | 0.23 | 0.55 |
| Hex | 97 | A6 | 71 | 9 | 0 | 20 | 23 | 4D | 17 | 37 |
| Octal | 227 | 246 | 161 | 11 | 0 | 40 | 43 | 115 | 27 | 67 |
| Binary | 10010111 | 10100110 | 1110001 | 1001 | 0 | 100000 | 100011 | 1001101 | 10111 | 110111 |
Color Harmonies of #97A671
Complementary color
Monochromatic Colors of #97A671
Black with #97A671
Text Example
Text Example
White with #97A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A671; }
p { color: rgb(151,166,113); }
H1.HeaderClassName
{
color: #97A671;
}
.AnyTagClassName
{
color: #97A671;
}
</style>
background-color css
<style>
a { background-color: #97A671; }
a { background-color: rgb(151,166,113); }
div.DivClassName
{
background-color: #97A671;
}
.BgClassName
{
background-color: #97A671;
}
</style>
border-color css
<style>
span { border-color: #97A671; }
span { border-color: rgb(151,166,113); }
td.TdClassName
{
border-color: #97A671;
}
.TagClassName
{
border-color: #97A671;
}
</style>