Shades of Sage #99A080
Tints of Sage #99A080
RGB
CMYK
RGB Variations
Color information
#99A080 (or 0x99A080) is known color: Sage. HEX triplet: 99, A0 and 80. RGB value is (153,160,128). Sum of RGB (Red+Green+Blue) = 153+160+128=441 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.69% from 441); Green value is 160 (62.89% from 255 or 36.28% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 160 - color contains mainly: green. Hex color #99A080 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A080 is #665F7F. Grayscale: #9A9A9A. Windows color (decimal): -6709120 or 8429721. OLE color: 8429721.
HSL color Cylindrical-coordinate representation of color #99A080: hue angle of 73.12º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #99A080 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 128 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.37 |
| HSL | 73.13º | 0.14% | 0.56% | - |
| HSV(B) | 73.13º | 0.2% | 0.63% | - |
| XYZ | 29.6 | 33.47 | 25.32 | - |
| YUV | 154.26 | 113.18 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 128 | 0.04 | 0 | 0.20 | 0.37 | 73.13 | 0.14 | 0.56 |
| Hex | 99 | A0 | 80 | 4 | 0 | 14 | 25 | 49 | E | 38 |
| Octal | 231 | 240 | 200 | 4 | 0 | 24 | 45 | 111 | 16 | 70 |
| Binary | 10011001 | 10100000 | 10000000 | 100 | 0 | 10100 | 100101 | 1001001 | 1110 | 111000 |
Color Harmonies of #99A080
Complementary color
Monochromatic Colors of #99A080
Black with #99A080
Text Example
Text Example
White with #99A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A080; }
p { color: rgb(153,160,128); }
H1.HeaderClassName
{
color: #99A080;
}
.AnyTagClassName
{
color: #99A080;
}
</style>
background-color css
<style>
a { background-color: #99A080; }
a { background-color: rgb(153,160,128); }
div.DivClassName
{
background-color: #99A080;
}
.BgClassName
{
background-color: #99A080;
}
</style>
border-color css
<style>
span { border-color: #99A080; }
span { border-color: rgb(153,160,128); }
td.TdClassName
{
border-color: #99A080;
}
.TagClassName
{
border-color: #99A080;
}
</style>