Shades of Sage #99A57F
Tints of Sage #99A57F
RGB
CMYK
RGB Variations
Color information
#99A57F (or 0x99A57F) is known color: Sage. HEX triplet: 99, A5 and 7F. RGB value is (153,165,127). Sum of RGB (Red+Green+Blue) = 153+165+127=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 165 - color contains mainly: green. Hex color #99A57F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A57F is #665A80. Grayscale: #9D9D9D. Windows color (decimal): -6707841 or 8365465. OLE color: 8365465.
HSL color Cylindrical-coordinate representation of color #99A57F: hue angle of 78.95º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99A57F is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 127 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.35 |
| HSL | 78.95º | 0.17% | 0.57% | - |
| HSV(B) | 78.95º | 0.23% | 0.65% | - |
| XYZ | 30.42 | 35.21 | 25.27 | - |
| YUV | 157.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 127 | 0.07 | 0 | 0.23 | 0.35 | 78.95 | 0.17 | 0.57 |
| Hex | 99 | A5 | 7F | 7 | 0 | 17 | 23 | 4F | 11 | 39 |
| Octal | 231 | 245 | 177 | 7 | 0 | 27 | 43 | 117 | 21 | 71 |
| Binary | 10011001 | 10100101 | 1111111 | 111 | 0 | 10111 | 100011 | 1001111 | 10001 | 111001 |
Color Harmonies of #99A57F
Complementary color
Monochromatic Colors of #99A57F
Black with #99A57F
Text Example
Text Example
White with #99A57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A57F; }
p { color: rgb(153,165,127); }
H1.HeaderClassName
{
color: #99A57F;
}
.AnyTagClassName
{
color: #99A57F;
}
</style>
background-color css
<style>
a { background-color: #99A57F; }
a { background-color: rgb(153,165,127); }
div.DivClassName
{
background-color: #99A57F;
}
.BgClassName
{
background-color: #99A57F;
}
</style>
border-color css
<style>
span { border-color: #99A57F; }
span { border-color: rgb(153,165,127); }
td.TdClassName
{
border-color: #99A57F;
}
.TagClassName
{
border-color: #99A57F;
}
</style>