Shades of Sage #99A07E
Tints of Sage #99A07E
RGB
CMYK
RGB Variations
Color information
#99A07E (or 0x99A07E) is known color: Sage. HEX triplet: 99, A0 and 7E. RGB value is (153,160,126). Sum of RGB (Red+Green+Blue) = 153+160+126=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 126 (49.61% from 255 or 28.70% from 439); Max value from RGB is 160 - color contains mainly: green. Hex color #99A07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A07E is #665F81. Grayscale: #9A9A9A. Windows color (decimal): -6709122 or 8298649. OLE color: 8298649.
HSL color Cylindrical-coordinate representation of color #99A07E: hue angle of 72.35º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99A07E is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 126 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.37 |
| HSL | 72.35º | 0.15% | 0.56% | - |
| HSV(B) | 72.35º | 0.21% | 0.63% | - |
| XYZ | 29.47 | 33.42 | 24.64 | - |
| YUV | 154.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 126 | 0.04 | 0 | 0.21 | 0.37 | 72.35 | 0.15 | 0.56 |
| Hex | 99 | A0 | 7E | 4 | 0 | 15 | 25 | 48 | F | 38 |
| Octal | 231 | 240 | 176 | 4 | 0 | 25 | 45 | 110 | 17 | 70 |
| Binary | 10011001 | 10100000 | 1111110 | 100 | 0 | 10101 | 100101 | 1001000 | 1111 | 111000 |
Color Harmonies of #99A07E
Complementary color
Monochromatic Colors of #99A07E
Black with #99A07E
Text Example
Text Example
White with #99A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A07E; }
p { color: rgb(153,160,126); }
H1.HeaderClassName
{
color: #99A07E;
}
.AnyTagClassName
{
color: #99A07E;
}
</style>
background-color css
<style>
a { background-color: #99A07E; }
a { background-color: rgb(153,160,126); }
div.DivClassName
{
background-color: #99A07E;
}
.BgClassName
{
background-color: #99A07E;
}
</style>
border-color css
<style>
span { border-color: #99A07E; }
span { border-color: rgb(153,160,126); }
td.TdClassName
{
border-color: #99A07E;
}
.TagClassName
{
border-color: #99A07E;
}
</style>