Shades of Sage #97A37E
Tints of Sage #97A37E
RGB
CMYK
RGB Variations
Color information
#97A37E (or 0x97A37E) is known color: Sage. HEX triplet: 97, A3 and 7E. RGB value is (151,163,126). Sum of RGB (Red+Green+Blue) = 151+163+126=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 163 - color contains mainly: green. Hex color #97A37E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A37E is #685C81. Grayscale: #9B9B9B. Windows color (decimal): -6839426 or 8299415. OLE color: 8299415.
HSL color Cylindrical-coordinate representation of color #97A37E: hue angle of 79.46º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #97A37E is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 126 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.36 |
| HSL | 79.46º | 0.17% | 0.57% | - |
| HSV(B) | 79.46º | 0.23% | 0.64% | - |
| XYZ | 29.63 | 34.28 | 24.79 | - |
| YUV | 155.19 | 111.52 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 126 | 0.07 | 0 | 0.23 | 0.36 | 79.46 | 0.17 | 0.57 |
| Hex | 97 | A3 | 7E | 7 | 0 | 17 | 24 | 4F | 11 | 39 |
| Octal | 227 | 243 | 176 | 7 | 0 | 27 | 44 | 117 | 21 | 71 |
| Binary | 10010111 | 10100011 | 1111110 | 111 | 0 | 10111 | 100100 | 1001111 | 10001 | 111001 |
Color Harmonies of #97A37E
Complementary color
Monochromatic Colors of #97A37E
Black with #97A37E
Text Example
Text Example
White with #97A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A37E; }
p { color: rgb(151,163,126); }
H1.HeaderClassName
{
color: #97A37E;
}
.AnyTagClassName
{
color: #97A37E;
}
</style>
background-color css
<style>
a { background-color: #97A37E; }
a { background-color: rgb(151,163,126); }
div.DivClassName
{
background-color: #97A37E;
}
.BgClassName
{
background-color: #97A37E;
}
</style>
border-color css
<style>
span { border-color: #97A37E; }
span { border-color: rgb(151,163,126); }
td.TdClassName
{
border-color: #97A37E;
}
.TagClassName
{
border-color: #97A37E;
}
</style>