Shades of Sage #9FAC75
Tints of Sage #9FAC75
RGB
CMYK
RGB Variations
Color information
#9FAC75 (or 0x9FAC75) is known color: Sage. HEX triplet: 9F, AC and 75. RGB value is (159,172,117). Sum of RGB (Red+Green+Blue) = 159+172+117=448 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.49% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC75 is #60538A. Grayscale: #A2A2A2. Windows color (decimal): -6312843 or 7711903. OLE color: 7711903.
HSL color Cylindrical-coordinate representation of color #9FAC75: hue angle of 74.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FAC75 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 159 | 172 | 117 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.33 |
| HSL | 74.18º | 0.25% | 0.57% | - |
| HSV(B) | 74.18º | 0.32% | 0.67% | - |
| XYZ | 32.26 | 38.16 | 22.49 | - |
| YUV | 161.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 172 | 117 | 0.08 | 0 | 0.32 | 0.33 | 74.18 | 0.25 | 0.57 |
| Hex | 9F | AC | 75 | 8 | 0 | 20 | 21 | 4A | 19 | 39 |
| Octal | 237 | 254 | 165 | 10 | 0 | 40 | 41 | 112 | 31 | 71 |
| Binary | 10011111 | 10101100 | 1110101 | 1000 | 0 | 100000 | 100001 | 1001010 | 11001 | 111001 |
Color Harmonies of #9FAC75
Complementary color
Monochromatic Colors of #9FAC75
Black with #9FAC75
Text Example
Text Example
White with #9FAC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAC75; }
p { color: rgb(159,172,117); }
H1.HeaderClassName
{
color: #9FAC75;
}
.AnyTagClassName
{
color: #9FAC75;
}
</style>
background-color css
<style>
a { background-color: #9FAC75; }
a { background-color: rgb(159,172,117); }
div.DivClassName
{
background-color: #9FAC75;
}
.BgClassName
{
background-color: #9FAC75;
}
</style>
border-color css
<style>
span { border-color: #9FAC75; }
span { border-color: rgb(159,172,117); }
td.TdClassName
{
border-color: #9FAC75;
}
.TagClassName
{
border-color: #9FAC75;
}
</style>