Shades of Sage #9FAC7E
Tints of Sage #9FAC7E
RGB
CMYK
RGB Variations
Color information
#9FAC7E (or 0x9FAC7E) is known color: Sage. HEX triplet: 9F, AC and 7E. RGB value is (159,172,126). Sum of RGB (Red+Green+Blue) = 159+172+126=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 172 (67.58% from 255 or 37.64% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC7E is #605381. Grayscale: #A3A3A3. Windows color (decimal): -6312834 or 8301727. OLE color: 8301727.
HSL color Cylindrical-coordinate representation of color #9FAC7E: hue angle of 76.96º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FAC7E is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 126 | - |
| CMYK | 0.08 | 0 | 0.27 | 0.33 |
| HSL | 76.96º | 0.22% | 0.58% | - |
| HSV(B) | 76.96º | 0.27% | 0.67% | - |
| XYZ | 32.82 | 38.38 | 25.42 | - |
| YUV | 162.87 | 107.19 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 126 | 0.08 | 0 | 0.27 | 0.33 | 76.96 | 0.22 | 0.58 |
| Hex | 9F | AC | 7E | 8 | 0 | 1B | 21 | 4D | 16 | 3A |
| Octal | 237 | 254 | 176 | 10 | 0 | 33 | 41 | 115 | 26 | 72 |
| Binary | 10011111 | 10101100 | 1111110 | 1000 | 0 | 11011 | 100001 | 1001101 | 10110 | 111010 |
Color Harmonies of #9FAC7E
Complementary color
Monochromatic Colors of #9FAC7E
Black with #9FAC7E
Text Example
Text Example
White with #9FAC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC7E; }
p { color: rgb(159,172,126); }
H1.HeaderClassName
{
color: #9FAC7E;
}
.AnyTagClassName
{
color: #9FAC7E;
}
</style>
background-color css
<style>
a { background-color: #9FAC7E; }
a { background-color: rgb(159,172,126); }
div.DivClassName
{
background-color: #9FAC7E;
}
.BgClassName
{
background-color: #9FAC7E;
}
</style>
border-color css
<style>
span { border-color: #9FAC7E; }
span { border-color: rgb(159,172,126); }
td.TdClassName
{
border-color: #9FAC7E;
}
.TagClassName
{
border-color: #9FAC7E;
}
</style>