Shades of Sage #97A46F
Tints of Sage #97A46F
RGB
CMYK
RGB Variations
Color information
#97A46F (or 0x97A46F) is known color: Sage. HEX triplet: 97, A4 and 6F. RGB value is (151,164,111). Sum of RGB (Red+Green+Blue) = 151+164+111=426 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.45% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 111 (43.75% from 255 or 26.06% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #97A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A46F is #685B90. Grayscale: #9A9A9A. Windows color (decimal): -6839185 or 7316631. OLE color: 7316631.
HSL color Cylindrical-coordinate representation of color #97A46F: hue angle of 74.72º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97A46F is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 151 | 164 | 111 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.36 |
| HSL | 74.72º | 0.23% | 0.54% | - |
| HSV(B) | 74.72º | 0.32% | 0.64% | - |
| XYZ | 28.91 | 34.28 | 20.13 | - |
| YUV | 154.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 164 | 111 | 0.08 | 0 | 0.32 | 0.36 | 74.72 | 0.23 | 0.54 |
| Hex | 97 | A4 | 6F | 8 | 0 | 20 | 24 | 4B | 17 | 36 |
| Octal | 227 | 244 | 157 | 10 | 0 | 40 | 44 | 113 | 27 | 66 |
| Binary | 10010111 | 10100100 | 1101111 | 1000 | 0 | 100000 | 100100 | 1001011 | 10111 | 110110 |
Color Harmonies of #97A46F
Complementary color
Monochromatic Colors of #97A46F
Black with #97A46F
Text Example
Text Example
White with #97A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A46F; }
p { color: rgb(151,164,111); }
H1.HeaderClassName
{
color: #97A46F;
}
.AnyTagClassName
{
color: #97A46F;
}
</style>
background-color css
<style>
a { background-color: #97A46F; }
a { background-color: rgb(151,164,111); }
div.DivClassName
{
background-color: #97A46F;
}
.BgClassName
{
background-color: #97A46F;
}
</style>
border-color css
<style>
span { border-color: #97A46F; }
span { border-color: rgb(151,164,111); }
td.TdClassName
{
border-color: #97A46F;
}
.TagClassName
{
border-color: #97A46F;
}
</style>