Shades of Sage #9FAC84
Tints of Sage #9FAC84
RGB
CMYK
RGB Variations
Color information
#9FAC84 (or 0x9FAC84) is known color: Sage. HEX triplet: 9F, AC and 84. RGB value is (159,172,132). Sum of RGB (Red+Green+Blue) = 159+172+132=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 172 (67.58% from 255 or 37.15% from 463); Blue value is 132 (51.95% from 255 or 28.51% from 463); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC84 is #60537B. Grayscale: #A3A3A3. Windows color (decimal): -6312828 or 8694943. OLE color: 8694943.
HSL color Cylindrical-coordinate representation of color #9FAC84: hue angle of 79.5º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FAC84 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 132 | - |
| CMYK | 0.08 | 0 | 0.23 | 0.33 |
| HSL | 79.5º | 0.19% | 0.6% | - |
| HSV(B) | 79.5º | 0.23% | 0.67% | - |
| XYZ | 33.22 | 38.54 | 27.52 | - |
| YUV | 163.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 132 | 0.08 | 0 | 0.23 | 0.33 | 79.5 | 0.19 | 0.6 |
| Hex | 9F | AC | 84 | 8 | 0 | 17 | 21 | 50 | 13 | 3C |
| Octal | 237 | 254 | 204 | 10 | 0 | 27 | 41 | 120 | 23 | 74 |
| Binary | 10011111 | 10101100 | 10000100 | 1000 | 0 | 10111 | 100001 | 1010000 | 10011 | 111100 |
Color Harmonies of #9FAC84
Complementary color
Monochromatic Colors of #9FAC84
Black with #9FAC84
Text Example
Text Example
White with #9FAC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC84; }
p { color: rgb(159,172,132); }
H1.HeaderClassName
{
color: #9FAC84;
}
.AnyTagClassName
{
color: #9FAC84;
}
</style>
background-color css
<style>
a { background-color: #9FAC84; }
a { background-color: rgb(159,172,132); }
div.DivClassName
{
background-color: #9FAC84;
}
.BgClassName
{
background-color: #9FAC84;
}
</style>
border-color css
<style>
span { border-color: #9FAC84; }
span { border-color: rgb(159,172,132); }
td.TdClassName
{
border-color: #9FAC84;
}
.TagClassName
{
border-color: #9FAC84;
}
</style>