Shades of Sage #99A770
Tints of Sage #99A770
RGB
CMYK
RGB Variations
Color information
#99A770 (or 0x99A770) is known color: Sage. HEX triplet: 99, A7 and 70. RGB value is (153,167,112). Sum of RGB (Red+Green+Blue) = 153+167+112=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 112 (44.14% from 255 or 25.93% from 432); Max value from RGB is 167 - color contains mainly: green. Hex color #99A770 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A770 is #66588F. Grayscale: #9C9C9C. Windows color (decimal): -6707344 or 7382937. OLE color: 7382937.
HSL color Cylindrical-coordinate representation of color #99A770: hue angle of 75.27º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99A770 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 167 | 112 | - |
| CMYK | 0.08 | 0 | 0.33 | 0.35 |
| HSL | 75.27º | 0.24% | 0.55% | - |
| HSV(B) | 75.27º | 0.33% | 0.65% | - |
| XYZ | 29.88 | 35.58 | 20.62 | - |
| YUV | 156.54 | 102.86 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 167 | 112 | 0.08 | 0 | 0.33 | 0.35 | 75.27 | 0.24 | 0.55 |
| Hex | 99 | A7 | 70 | 8 | 0 | 21 | 23 | 4B | 18 | 37 |
| Octal | 231 | 247 | 160 | 10 | 0 | 41 | 43 | 113 | 30 | 67 |
| Binary | 10011001 | 10100111 | 1110000 | 1000 | 0 | 100001 | 100011 | 1001011 | 11000 | 110111 |
Color Harmonies of #99A770
Complementary color
Monochromatic Colors of #99A770
Black with #99A770
Text Example
Text Example
White with #99A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A770; }
p { color: rgb(153,167,112); }
H1.HeaderClassName
{
color: #99A770;
}
.AnyTagClassName
{
color: #99A770;
}
</style>
background-color css
<style>
a { background-color: #99A770; }
a { background-color: rgb(153,167,112); }
div.DivClassName
{
background-color: #99A770;
}
.BgClassName
{
background-color: #99A770;
}
</style>
border-color css
<style>
span { border-color: #99A770; }
span { border-color: rgb(153,167,112); }
td.TdClassName
{
border-color: #99A770;
}
.TagClassName
{
border-color: #99A770;
}
</style>