Shades of Sage #9FAC83
Tints of Sage #9FAC83
RGB
CMYK
RGB Variations
Color information
#9FAC83 (or 0x9FAC83) is known color: Sage. HEX triplet: 9F, AC and 83. RGB value is (159,172,131). Sum of RGB (Red+Green+Blue) = 159+172+131=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 131 (51.56% from 255 or 28.35% from 462); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAC83 is #60537C. Grayscale: #A3A3A3. Windows color (decimal): -6312829 or 8629407. OLE color: 8629407.
HSL color Cylindrical-coordinate representation of color #9FAC83: hue angle of 79.02º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9FAC83 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 131 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.33 |
| HSL | 79.02º | 0.2% | 0.59% | - |
| HSV(B) | 79.02º | 0.24% | 0.67% | - |
| XYZ | 33.15 | 38.51 | 27.16 | - |
| YUV | 163.44 | 109.69 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 131 | 0.08 | 0 | 0.24 | 0.33 | 79.02 | 0.2 | 0.59 |
| Hex | 9F | AC | 83 | 8 | 0 | 18 | 21 | 4F | 14 | 3B |
| Octal | 237 | 254 | 203 | 10 | 0 | 30 | 41 | 117 | 24 | 73 |
| Binary | 10011111 | 10101100 | 10000011 | 1000 | 0 | 11000 | 100001 | 1001111 | 10100 | 111011 |
Color Harmonies of #9FAC83
Complementary color
Monochromatic Colors of #9FAC83
Black with #9FAC83
Text Example
Text Example
White with #9FAC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC83; }
p { color: rgb(159,172,131); }
H1.HeaderClassName
{
color: #9FAC83;
}
.AnyTagClassName
{
color: #9FAC83;
}
</style>
background-color css
<style>
a { background-color: #9FAC83; }
a { background-color: rgb(159,172,131); }
div.DivClassName
{
background-color: #9FAC83;
}
.BgClassName
{
background-color: #9FAC83;
}
</style>
border-color css
<style>
span { border-color: #9FAC83; }
span { border-color: rgb(159,172,131); }
td.TdClassName
{
border-color: #9FAC83;
}
.TagClassName
{
border-color: #9FAC83;
}
</style>