Shades of Sage #97A273
Tints of Sage #97A273
RGB
CMYK
RGB Variations
Color information
#97A273 (or 0x97A273) is known color: Sage. HEX triplet: 97, A2 and 73. RGB value is (151,162,115). Sum of RGB (Red+Green+Blue) = 151+162+115=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 162 - color contains mainly: green. Hex color #97A273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A273 is #685D8C. Grayscale: #999999. Windows color (decimal): -6839693 or 7578263. OLE color: 7578263.
HSL color Cylindrical-coordinate representation of color #97A273: hue angle of 74.04º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #97A273 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 162 | 115 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.36 |
| HSL | 74.04º | 0.2% | 0.54% | - |
| HSV(B) | 74.04º | 0.29% | 0.64% | - |
| XYZ | 28.78 | 33.66 | 21.2 | - |
| YUV | 153.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 162 | 115 | 0.07 | 0 | 0.29 | 0.36 | 74.04 | 0.2 | 0.54 |
| Hex | 97 | A2 | 73 | 7 | 0 | 1D | 24 | 4A | 14 | 36 |
| Octal | 227 | 242 | 163 | 7 | 0 | 35 | 44 | 112 | 24 | 66 |
| Binary | 10010111 | 10100010 | 1110011 | 111 | 0 | 11101 | 100100 | 1001010 | 10100 | 110110 |
Color Harmonies of #97A273
Complementary color
Monochromatic Colors of #97A273
Black with #97A273
Text Example
Text Example
White with #97A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A273; }
p { color: rgb(151,162,115); }
H1.HeaderClassName
{
color: #97A273;
}
.AnyTagClassName
{
color: #97A273;
}
</style>
background-color css
<style>
a { background-color: #97A273; }
a { background-color: rgb(151,162,115); }
div.DivClassName
{
background-color: #97A273;
}
.BgClassName
{
background-color: #97A273;
}
</style>
border-color css
<style>
span { border-color: #97A273; }
span { border-color: rgb(151,162,115); }
td.TdClassName
{
border-color: #97A273;
}
.TagClassName
{
border-color: #97A273;
}
</style>