Shades of Sage #9AA581
Tints of Sage #9AA581
RGB
CMYK
RGB Variations
Color information
#9AA581 (or 0x9AA581) is known color: Sage. HEX triplet: 9A, A5 and 81. RGB value is (154,165,129). Sum of RGB (Red+Green+Blue) = 154+165+129=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 165 - color contains mainly: green. Hex color #9AA581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9AA581 is #655A7E. Grayscale: #9D9D9D. Windows color (decimal): -6642303 or 8496538. OLE color: 8496538.
HSL color Cylindrical-coordinate representation of color #9AA581: hue angle of 78.33º degrees, saturation: 0.17, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AA581 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 154 | 165 | 129 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.35 |
| HSL | 78.33º | 0.17% | 0.58% | - |
| HSV(B) | 78.33º | 0.22% | 0.65% | - |
| XYZ | 30.74 | 35.37 | 25.97 | - |
| YUV | 157.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 165 | 129 | 0.07 | 0 | 0.22 | 0.35 | 78.33 | 0.17 | 0.58 |
| Hex | 9A | A5 | 81 | 7 | 0 | 16 | 23 | 4E | 11 | 3A |
| Octal | 232 | 245 | 201 | 7 | 0 | 26 | 43 | 116 | 21 | 72 |
| Binary | 10011010 | 10100101 | 10000001 | 111 | 0 | 10110 | 100011 | 1001110 | 10001 | 111010 |
Color Harmonies of #9AA581
Complementary color
Monochromatic Colors of #9AA581
Black with #9AA581
Text Example
Text Example
White with #9AA581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA581; }
p { color: rgb(154,165,129); }
H1.HeaderClassName
{
color: #9AA581;
}
.AnyTagClassName
{
color: #9AA581;
}
</style>
background-color css
<style>
a { background-color: #9AA581; }
a { background-color: rgb(154,165,129); }
div.DivClassName
{
background-color: #9AA581;
}
.BgClassName
{
background-color: #9AA581;
}
</style>
border-color css
<style>
span { border-color: #9AA581; }
span { border-color: rgb(154,165,129); }
td.TdClassName
{
border-color: #9AA581;
}
.TagClassName
{
border-color: #9AA581;
}
</style>