Shades of Sage #9AA377
Tints of Sage #9AA377
RGB
CMYK
RGB Variations
Color information
#9AA377 (or 0x9AA377) is known color: Sage. HEX triplet: 9A, A3 and 77. RGB value is (154,163,119). Sum of RGB (Red+Green+Blue) = 154+163+119=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA377 is #655C88. Grayscale: #9B9B9B. Windows color (decimal): -6642825 or 7840666. OLE color: 7840666.
HSL color Cylindrical-coordinate representation of color #9AA377: hue angle of 72.27º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AA377 is Cyan = 0.06, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 154 | 163 | 119 | - |
| CMYK | 0.06 | 0 | 0.27 | 0.36 |
| HSL | 72.27º | 0.19% | 0.55% | - |
| HSV(B) | 72.27º | 0.27% | 0.64% | - |
| XYZ | 29.75 | 34.4 | 22.52 | - |
| YUV | 155.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 163 | 119 | 0.06 | 0 | 0.27 | 0.36 | 72.27 | 0.19 | 0.55 |
| Hex | 9A | A3 | 77 | 6 | 0 | 1B | 24 | 48 | 13 | 37 |
| Octal | 232 | 243 | 167 | 6 | 0 | 33 | 44 | 110 | 23 | 67 |
| Binary | 10011010 | 10100011 | 1110111 | 110 | 0 | 11011 | 100100 | 1001000 | 10011 | 110111 |
Color Harmonies of #9AA377
Complementary color
Monochromatic Colors of #9AA377
Black with #9AA377
Text Example
Text Example
White with #9AA377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AA377; }
p { color: rgb(154,163,119); }
H1.HeaderClassName
{
color: #9AA377;
}
.AnyTagClassName
{
color: #9AA377;
}
</style>
background-color css
<style>
a { background-color: #9AA377; }
a { background-color: rgb(154,163,119); }
div.DivClassName
{
background-color: #9AA377;
}
.BgClassName
{
background-color: #9AA377;
}
</style>
border-color css
<style>
span { border-color: #9AA377; }
span { border-color: rgb(154,163,119); }
td.TdClassName
{
border-color: #9AA377;
}
.TagClassName
{
border-color: #9AA377;
}
</style>