Shades of Sage #9AA67F
Tints of Sage #9AA67F
RGB
CMYK
RGB Variations
Color information
#9AA67F (or 0x9AA67F) is known color: Sage. HEX triplet: 9A, A6 and 7F. RGB value is (154,166,127). Sum of RGB (Red+Green+Blue) = 154+166+127=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 127 (50% from 255 or 28.41% from 447); Max value from RGB is 166 - color contains mainly: green. Hex color #9AA67F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA67F is #655980. Grayscale: #9E9E9E. Windows color (decimal): -6642049 or 8365722. OLE color: 8365722.
HSL color Cylindrical-coordinate representation of color #9AA67F: hue angle of 78.46º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AA67F is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 166 | 127 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.35 |
| HSL | 78.46º | 0.18% | 0.57% | - |
| HSV(B) | 78.46º | 0.23% | 0.65% | - |
| XYZ | 30.79 | 35.67 | 25.34 | - |
| YUV | 157.97 | 110.52 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 166 | 127 | 0.07 | 0 | 0.23 | 0.35 | 78.46 | 0.18 | 0.57 |
| Hex | 9A | A6 | 7F | 7 | 0 | 17 | 23 | 4E | 12 | 39 |
| Octal | 232 | 246 | 177 | 7 | 0 | 27 | 43 | 116 | 22 | 71 |
| Binary | 10011010 | 10100110 | 1111111 | 111 | 0 | 10111 | 100011 | 1001110 | 10010 | 111001 |
Color Harmonies of #9AA67F
Complementary color
Monochromatic Colors of #9AA67F
Black with #9AA67F
Text Example
Text Example
White with #9AA67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA67F; }
p { color: rgb(154,166,127); }
H1.HeaderClassName
{
color: #9AA67F;
}
.AnyTagClassName
{
color: #9AA67F;
}
</style>
background-color css
<style>
a { background-color: #9AA67F; }
a { background-color: rgb(154,166,127); }
div.DivClassName
{
background-color: #9AA67F;
}
.BgClassName
{
background-color: #9AA67F;
}
</style>
border-color css
<style>
span { border-color: #9AA67F; }
span { border-color: rgb(154,166,127); }
td.TdClassName
{
border-color: #9AA67F;
}
.TagClassName
{
border-color: #9AA67F;
}
</style>