Shades of Sage #99A37F
Tints of Sage #99A37F
RGB
CMYK
RGB Variations
Color information
#99A37F (or 0x99A37F) is known color: Sage. HEX triplet: 99, A3 and 7F. RGB value is (153,163,127). Sum of RGB (Red+Green+Blue) = 153+163+127=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #99A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A37F is #665C80. Grayscale: #9C9C9C. Windows color (decimal): -6708353 or 8364953. OLE color: 8364953.
HSL color Cylindrical-coordinate representation of color #99A37F: hue angle of 76.67º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99A37F is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 127 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.36 |
| HSL | 76.67º | 0.16% | 0.57% | - |
| HSV(B) | 76.67º | 0.22% | 0.64% | - |
| XYZ | 30.06 | 34.5 | 25.15 | - |
| YUV | 155.91 | 111.69 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 127 | 0.06 | 0 | 0.22 | 0.36 | 76.67 | 0.16 | 0.57 |
| Hex | 99 | A3 | 7F | 6 | 0 | 16 | 24 | 4D | 10 | 39 |
| Octal | 231 | 243 | 177 | 6 | 0 | 26 | 44 | 115 | 20 | 71 |
| Binary | 10011001 | 10100011 | 1111111 | 110 | 0 | 10110 | 100100 | 1001101 | 10000 | 111001 |
Color Harmonies of #99A37F
Complementary color
Monochromatic Colors of #99A37F
Black with #99A37F
Text Example
Text Example
White with #99A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A37F; }
p { color: rgb(153,163,127); }
H1.HeaderClassName
{
color: #99A37F;
}
.AnyTagClassName
{
color: #99A37F;
}
</style>
background-color css
<style>
a { background-color: #99A37F; }
a { background-color: rgb(153,163,127); }
div.DivClassName
{
background-color: #99A37F;
}
.BgClassName
{
background-color: #99A37F;
}
</style>
border-color css
<style>
span { border-color: #99A37F; }
span { border-color: rgb(153,163,127); }
td.TdClassName
{
border-color: #99A37F;
}
.TagClassName
{
border-color: #99A37F;
}
</style>