Shades of Sage #9FAE7A
Tints of Sage #9FAE7A
RGB
CMYK
RGB Variations
Color information
#9FAE7A (or 0x9FAE7A) is known color: Sage. HEX triplet: 9F, AE and 7A. RGB value is (159,174,122). Sum of RGB (Red+Green+Blue) = 159+174+122=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAE7A is #605185. Grayscale: #A3A3A3. Windows color (decimal): -6312326 or 8040095. OLE color: 8040095.
HSL color Cylindrical-coordinate representation of color #9FAE7A: hue angle of 77.31º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FAE7A is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 174 | 122 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.32 |
| HSL | 77.31º | 0.24% | 0.58% | - |
| HSV(B) | 77.31º | 0.3% | 0.68% | - |
| XYZ | 32.95 | 39.05 | 24.21 | - |
| YUV | 163.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 122 | 0.09 | 0 | 0.30 | 0.32 | 77.31 | 0.24 | 0.58 |
| Hex | 9F | AE | 7A | 9 | 0 | 1E | 20 | 4D | 18 | 3A |
| Octal | 237 | 256 | 172 | 11 | 0 | 36 | 40 | 115 | 30 | 72 |
| Binary | 10011111 | 10101110 | 1111010 | 1001 | 0 | 11110 | 100000 | 1001101 | 11000 | 111010 |
Color Harmonies of #9FAE7A
Complementary color
Monochromatic Colors of #9FAE7A
Black with #9FAE7A
Text Example
Text Example
White with #9FAE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAE7A; }
p { color: rgb(159,174,122); }
H1.HeaderClassName
{
color: #9FAE7A;
}
.AnyTagClassName
{
color: #9FAE7A;
}
</style>
background-color css
<style>
a { background-color: #9FAE7A; }
a { background-color: rgb(159,174,122); }
div.DivClassName
{
background-color: #9FAE7A;
}
.BgClassName
{
background-color: #9FAE7A;
}
</style>
border-color css
<style>
span { border-color: #9FAE7A; }
span { border-color: rgb(159,174,122); }
td.TdClassName
{
border-color: #9FAE7A;
}
.TagClassName
{
border-color: #9FAE7A;
}
</style>