Shades of Sage #99A573
Tints of Sage #99A573
RGB
CMYK
RGB Variations
Color information
#99A573 (or 0x99A573) is known color: Sage. HEX triplet: 99, A5 and 73. RGB value is (153,165,115). Sum of RGB (Red+Green+Blue) = 153+165+115=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 165 - color contains mainly: green. Hex color #99A573 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A573 is #665A8C. Grayscale: #9B9B9B. Windows color (decimal): -6707853 or 7579033. OLE color: 7579033.
HSL color Cylindrical-coordinate representation of color #99A573: hue angle of 74.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A573 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 115 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.35 |
| HSL | 74.4º | 0.22% | 0.55% | - |
| HSV(B) | 74.4º | 0.3% | 0.65% | - |
| XYZ | 29.69 | 34.92 | 21.4 | - |
| YUV | 155.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 115 | 0.07 | 0 | 0.30 | 0.35 | 74.4 | 0.22 | 0.55 |
| Hex | 99 | A5 | 73 | 7 | 0 | 1E | 23 | 4A | 16 | 37 |
| Octal | 231 | 245 | 163 | 7 | 0 | 36 | 43 | 112 | 26 | 67 |
| Binary | 10011001 | 10100101 | 1110011 | 111 | 0 | 11110 | 100011 | 1001010 | 10110 | 110111 |
Color Harmonies of #99A573
Complementary color
Monochromatic Colors of #99A573
Black with #99A573
Text Example
Text Example
White with #99A573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A573; }
p { color: rgb(153,165,115); }
H1.HeaderClassName
{
color: #99A573;
}
.AnyTagClassName
{
color: #99A573;
}
</style>
background-color css
<style>
a { background-color: #99A573; }
a { background-color: rgb(153,165,115); }
div.DivClassName
{
background-color: #99A573;
}
.BgClassName
{
background-color: #99A573;
}
</style>
border-color css
<style>
span { border-color: #99A573; }
span { border-color: rgb(153,165,115); }
td.TdClassName
{
border-color: #99A573;
}
.TagClassName
{
border-color: #99A573;
}
</style>