Shades of Sage #9AA27F
Tints of Sage #9AA27F
RGB
CMYK
RGB Variations
Color information
#9AA27F (or 0x9AA27F) is known color: Sage. HEX triplet: 9A, A2 and 7F. RGB value is (154,162,127). Sum of RGB (Red+Green+Blue) = 154+162+127=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 162 - color contains mainly: green. Hex color #9AA27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA27F is #655D80. Grayscale: #9B9B9B. Windows color (decimal): -6643073 or 8364698. OLE color: 8364698.
HSL color Cylindrical-coordinate representation of color #9AA27F: hue angle of 73.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9AA27F is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 162 | 127 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.36 |
| HSL | 73.71º | 0.16% | 0.57% | - |
| HSV(B) | 73.71º | 0.22% | 0.64% | - |
| XYZ | 30.08 | 34.24 | 25.1 | - |
| YUV | 155.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 162 | 127 | 0.05 | 0 | 0.22 | 0.36 | 73.71 | 0.16 | 0.57 |
| Hex | 9A | A2 | 7F | 5 | 0 | 16 | 24 | 4A | 10 | 39 |
| Octal | 232 | 242 | 177 | 5 | 0 | 26 | 44 | 112 | 20 | 71 |
| Binary | 10011010 | 10100010 | 1111111 | 101 | 0 | 10110 | 100100 | 1001010 | 10000 | 111001 |
Color Harmonies of #9AA27F
Complementary color
Monochromatic Colors of #9AA27F
Black with #9AA27F
Text Example
Text Example
White with #9AA27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA27F; }
p { color: rgb(154,162,127); }
H1.HeaderClassName
{
color: #9AA27F;
}
.AnyTagClassName
{
color: #9AA27F;
}
</style>
background-color css
<style>
a { background-color: #9AA27F; }
a { background-color: rgb(154,162,127); }
div.DivClassName
{
background-color: #9AA27F;
}
.BgClassName
{
background-color: #9AA27F;
}
</style>
border-color css
<style>
span { border-color: #9AA27F; }
span { border-color: rgb(154,162,127); }
td.TdClassName
{
border-color: #9AA27F;
}
.TagClassName
{
border-color: #9AA27F;
}
</style>