Shades of Sage #99A170
Tints of Sage #99A170
RGB
CMYK
RGB Variations
Color information
#99A170 (or 0x99A170) is known color: Sage. HEX triplet: 99, A1 and 70. RGB value is (153,161,112). Sum of RGB (Red+Green+Blue) = 153+161+112=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #99A170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A170 is #665E8F. Grayscale: #999999. Windows color (decimal): -6708880 or 7381401. OLE color: 7381401.
HSL color Cylindrical-coordinate representation of color #99A170: hue angle of 69.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A170 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 161 | 112 | - |
| CMYK | 0.05 | 0 | 0.30 | 0.37 |
| HSL | 69.8º | 0.21% | 0.54% | - |
| HSV(B) | 69.8º | 0.3% | 0.63% | - |
| XYZ | 28.81 | 33.43 | 20.26 | - |
| YUV | 153.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 161 | 112 | 0.05 | 0 | 0.30 | 0.37 | 69.8 | 0.21 | 0.54 |
| Hex | 99 | A1 | 70 | 5 | 0 | 1E | 25 | 46 | 15 | 36 |
| Octal | 231 | 241 | 160 | 5 | 0 | 36 | 45 | 106 | 25 | 66 |
| Binary | 10011001 | 10100001 | 1110000 | 101 | 0 | 11110 | 100101 | 1000110 | 10101 | 110110 |
Color Harmonies of #99A170
Complementary color
Monochromatic Colors of #99A170
Black with #99A170
Text Example
Text Example
White with #99A170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A170; }
p { color: rgb(153,161,112); }
H1.HeaderClassName
{
color: #99A170;
}
.AnyTagClassName
{
color: #99A170;
}
</style>
background-color css
<style>
a { background-color: #99A170; }
a { background-color: rgb(153,161,112); }
div.DivClassName
{
background-color: #99A170;
}
.BgClassName
{
background-color: #99A170;
}
</style>
border-color css
<style>
span { border-color: #99A170; }
span { border-color: rgb(153,161,112); }
td.TdClassName
{
border-color: #99A170;
}
.TagClassName
{
border-color: #99A170;
}
</style>