Shades of Sage #9FAE7B
Tints of Sage #9FAE7B
RGB
CMYK
RGB Variations
Color information
#9FAE7B (or 0x9FAE7B) is known color: Sage. HEX triplet: 9F, AE and 7B. RGB value is (159,174,123). Sum of RGB (Red+Green+Blue) = 159+174+123=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 174 (68.36% from 255 or 38.16% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 174 - color contains mainly: green. Hex color #9FAE7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAE7B is #605184. Grayscale: #A3A3A3. Windows color (decimal): -6312325 or 8105631. OLE color: 8105631.
HSL color Cylindrical-coordinate representation of color #9FAE7B: hue angle of 77.65º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FAE7B is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 159 | 174 | 123 | - |
| CMYK | 0.09 | 0 | 0.29 | 0.32 |
| HSL | 77.65º | 0.24% | 0.58% | - |
| HSV(B) | 77.65º | 0.29% | 0.68% | - |
| XYZ | 33.01 | 39.07 | 24.54 | - |
| YUV | 163.7 | 105.03 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 174 | 123 | 0.09 | 0 | 0.29 | 0.32 | 77.65 | 0.24 | 0.58 |
| Hex | 9F | AE | 7B | 9 | 0 | 1D | 20 | 4E | 18 | 3A |
| Octal | 237 | 256 | 173 | 11 | 0 | 35 | 40 | 116 | 30 | 72 |
| Binary | 10011111 | 10101110 | 1111011 | 1001 | 0 | 11101 | 100000 | 1001110 | 11000 | 111010 |
Color Harmonies of #9FAE7B
Complementary color
Monochromatic Colors of #9FAE7B
Black with #9FAE7B
Text Example
Text Example
White with #9FAE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FAE7B; }
p { color: rgb(159,174,123); }
H1.HeaderClassName
{
color: #9FAE7B;
}
.AnyTagClassName
{
color: #9FAE7B;
}
</style>
background-color css
<style>
a { background-color: #9FAE7B; }
a { background-color: rgb(159,174,123); }
div.DivClassName
{
background-color: #9FAE7B;
}
.BgClassName
{
background-color: #9FAE7B;
}
</style>
border-color css
<style>
span { border-color: #9FAE7B; }
span { border-color: rgb(159,174,123); }
td.TdClassName
{
border-color: #9FAE7B;
}
.TagClassName
{
border-color: #9FAE7B;
}
</style>