Shades of Sage #9FA672
Tints of Sage #9FA672
RGB
CMYK
RGB Variations
Color information
#9FA672 (or 0x9FA672) is known color: Sage. HEX triplet: 9F, A6 and 72. RGB value is (159,166,114). Sum of RGB (Red+Green+Blue) = 159+166+114=439 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.22% from 439); Green value is 166 (65.23% from 255 or 37.81% from 439); Blue value is 114 (44.92% from 255 or 25.97% from 439); Max value from RGB is 166 - color contains mainly: green. Hex color #9FA672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA672 is #60598D. Grayscale: #9E9E9E. Windows color (decimal): -6314382 or 7513759. OLE color: 7513759.
HSL color Cylindrical-coordinate representation of color #9FA672: hue angle of 68.08º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FA672 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 159 | 166 | 114 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.35 |
| HSL | 68.08º | 0.23% | 0.55% | - |
| HSV(B) | 68.08º | 0.31% | 0.65% | - |
| XYZ | 30.97 | 35.86 | 21.21 | - |
| YUV | 157.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 166 | 114 | 0.04 | 0 | 0.31 | 0.35 | 68.08 | 0.23 | 0.55 |
| Hex | 9F | A6 | 72 | 4 | 0 | 1F | 23 | 44 | 17 | 37 |
| Octal | 237 | 246 | 162 | 4 | 0 | 37 | 43 | 104 | 27 | 67 |
| Binary | 10011111 | 10100110 | 1110010 | 100 | 0 | 11111 | 100011 | 1000100 | 10111 | 110111 |
Color Harmonies of #9FA672
Complementary color
Monochromatic Colors of #9FA672
Black with #9FA672
Text Example
Text Example
White with #9FA672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FA672; }
p { color: rgb(159,166,114); }
H1.HeaderClassName
{
color: #9FA672;
}
.AnyTagClassName
{
color: #9FA672;
}
</style>
background-color css
<style>
a { background-color: #9FA672; }
a { background-color: rgb(159,166,114); }
div.DivClassName
{
background-color: #9FA672;
}
.BgClassName
{
background-color: #9FA672;
}
</style>
border-color css
<style>
span { border-color: #9FA672; }
span { border-color: rgb(159,166,114); }
td.TdClassName
{
border-color: #9FA672;
}
.TagClassName
{
border-color: #9FA672;
}
</style>