Shades of Sage #99A07F
Tints of Sage #99A07F
RGB
CMYK
RGB Variations
Color information
#99A07F (or 0x99A07F) is known color: Sage. HEX triplet: 99, A0 and 7F. RGB value is (153,160,127). Sum of RGB (Red+Green+Blue) = 153+160+127=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 160 (62.89% from 255 or 36.36% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 160 - color contains mainly: green. Hex color #99A07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A07F is #665F80. Grayscale: #9A9A9A. Windows color (decimal): -6709121 or 8364185. OLE color: 8364185.
HSL color Cylindrical-coordinate representation of color #99A07F: hue angle of 72.73º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99A07F is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 127 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.37 |
| HSL | 72.73º | 0.15% | 0.56% | - |
| HSV(B) | 72.73º | 0.21% | 0.63% | - |
| XYZ | 29.54 | 33.45 | 24.98 | - |
| YUV | 154.15 | 112.68 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 127 | 0.04 | 0 | 0.21 | 0.37 | 72.73 | 0.15 | 0.56 |
| Hex | 99 | A0 | 7F | 4 | 0 | 15 | 25 | 49 | F | 38 |
| Octal | 231 | 240 | 177 | 4 | 0 | 25 | 45 | 111 | 17 | 70 |
| Binary | 10011001 | 10100000 | 1111111 | 100 | 0 | 10101 | 100101 | 1001001 | 1111 | 111000 |
Color Harmonies of #99A07F
Complementary color
Monochromatic Colors of #99A07F
Black with #99A07F
Text Example
Text Example
White with #99A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A07F; }
p { color: rgb(153,160,127); }
H1.HeaderClassName
{
color: #99A07F;
}
.AnyTagClassName
{
color: #99A07F;
}
</style>
background-color css
<style>
a { background-color: #99A07F; }
a { background-color: rgb(153,160,127); }
div.DivClassName
{
background-color: #99A07F;
}
.BgClassName
{
background-color: #99A07F;
}
</style>
border-color css
<style>
span { border-color: #99A07F; }
span { border-color: rgb(153,160,127); }
td.TdClassName
{
border-color: #99A07F;
}
.TagClassName
{
border-color: #99A07F;
}
</style>