Shades of Sage #97A370
Tints of Sage #97A370
RGB
CMYK
RGB Variations
Color information
#97A370 (or 0x97A370) is known color: Sage. HEX triplet: 97, A3 and 70. RGB value is (151,163,112). Sum of RGB (Red+Green+Blue) = 151+163+112=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 163 - color contains mainly: green. Hex color #97A370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A370 is #685C8F. Grayscale: #999999. Windows color (decimal): -6839440 or 7381911. OLE color: 7381911.
HSL color Cylindrical-coordinate representation of color #97A370: hue angle of 74.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97A370 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 163 | 112 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.36 |
| HSL | 74.12º | 0.22% | 0.54% | - |
| HSV(B) | 74.12º | 0.31% | 0.64% | - |
| XYZ | 28.78 | 33.94 | 20.36 | - |
| YUV | 153.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 163 | 112 | 0.07 | 0 | 0.31 | 0.36 | 74.12 | 0.22 | 0.54 |
| Hex | 97 | A3 | 70 | 7 | 0 | 1F | 24 | 4A | 16 | 36 |
| Octal | 227 | 243 | 160 | 7 | 0 | 37 | 44 | 112 | 26 | 66 |
| Binary | 10010111 | 10100011 | 1110000 | 111 | 0 | 11111 | 100100 | 1001010 | 10110 | 110110 |
Color Harmonies of #97A370
Complementary color
Monochromatic Colors of #97A370
Black with #97A370
Text Example
Text Example
White with #97A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A370; }
p { color: rgb(151,163,112); }
H1.HeaderClassName
{
color: #97A370;
}
.AnyTagClassName
{
color: #97A370;
}
</style>
background-color css
<style>
a { background-color: #97A370; }
a { background-color: rgb(151,163,112); }
div.DivClassName
{
background-color: #97A370;
}
.BgClassName
{
background-color: #97A370;
}
</style>
border-color css
<style>
span { border-color: #97A370; }
span { border-color: rgb(151,163,112); }
td.TdClassName
{
border-color: #97A370;
}
.TagClassName
{
border-color: #97A370;
}
</style>