Shades of Sage #97A66F
Tints of Sage #97A66F
RGB
CMYK
RGB Variations
Color information
#97A66F (or 0x97A66F) is known color: Sage. HEX triplet: 97, A6 and 6F. RGB value is (151,166,111). Sum of RGB (Red+Green+Blue) = 151+166+111=428 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.28% from 428); Green value is 166 (65.23% from 255 or 38.79% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 166 - color contains mainly: green. Hex color #97A66F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97A66F is #685990. Grayscale: #9B9B9B. Windows color (decimal): -6838673 or 7317143. OLE color: 7317143.
HSL color Cylindrical-coordinate representation of color #97A66F: hue angle of 76.36º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97A66F is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 166 | 111 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.35 |
| HSL | 76.36º | 0.24% | 0.54% | - |
| HSV(B) | 76.36º | 0.33% | 0.65% | - |
| XYZ | 29.27 | 35 | 20.25 | - |
| YUV | 155.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 166 | 111 | 0.09 | 0 | 0.33 | 0.35 | 76.36 | 0.24 | 0.54 |
| Hex | 97 | A6 | 6F | 9 | 0 | 21 | 23 | 4C | 18 | 36 |
| Octal | 227 | 246 | 157 | 11 | 0 | 41 | 43 | 114 | 30 | 66 |
| Binary | 10010111 | 10100110 | 1101111 | 1001 | 0 | 100001 | 100011 | 1001100 | 11000 | 110110 |
Color Harmonies of #97A66F
Complementary color
Monochromatic Colors of #97A66F
Black with #97A66F
Text Example
Text Example
White with #97A66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A66F; }
p { color: rgb(151,166,111); }
H1.HeaderClassName
{
color: #97A66F;
}
.AnyTagClassName
{
color: #97A66F;
}
</style>
background-color css
<style>
a { background-color: #97A66F; }
a { background-color: rgb(151,166,111); }
div.DivClassName
{
background-color: #97A66F;
}
.BgClassName
{
background-color: #97A66F;
}
</style>
border-color css
<style>
span { border-color: #97A66F; }
span { border-color: rgb(151,166,111); }
td.TdClassName
{
border-color: #97A66F;
}
.TagClassName
{
border-color: #97A66F;
}
</style>