Shades of Sage #99A576
Tints of Sage #99A576
RGB
CMYK
RGB Variations
Color information
#99A576 (or 0x99A576) is known color: Sage. HEX triplet: 99, A5 and 76. RGB value is (153,165,118). Sum of RGB (Red+Green+Blue) = 153+165+118=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 165 - color contains mainly: green. Hex color #99A576 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A576 is #665A89. Grayscale: #9C9C9C. Windows color (decimal): -6707850 or 7775641. OLE color: 7775641.
HSL color Cylindrical-coordinate representation of color #99A576: hue angle of 75.32º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99A576 is Cyan = 0.07, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 118 | - |
| CMYK | 0.07 | 0 | 0.28 | 0.35 |
| HSL | 75.32º | 0.21% | 0.55% | - |
| HSV(B) | 75.32º | 0.28% | 0.65% | - |
| XYZ | 29.86 | 34.99 | 22.32 | - |
| YUV | 156.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 118 | 0.07 | 0 | 0.28 | 0.35 | 75.32 | 0.21 | 0.55 |
| Hex | 99 | A5 | 76 | 7 | 0 | 1C | 23 | 4B | 15 | 37 |
| Octal | 231 | 245 | 166 | 7 | 0 | 34 | 43 | 113 | 25 | 67 |
| Binary | 10011001 | 10100101 | 1110110 | 111 | 0 | 11100 | 100011 | 1001011 | 10101 | 110111 |
Color Harmonies of #99A576
Complementary color
Monochromatic Colors of #99A576
Black with #99A576
Text Example
Text Example
White with #99A576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A576; }
p { color: rgb(153,165,118); }
H1.HeaderClassName
{
color: #99A576;
}
.AnyTagClassName
{
color: #99A576;
}
</style>
background-color css
<style>
a { background-color: #99A576; }
a { background-color: rgb(153,165,118); }
div.DivClassName
{
background-color: #99A576;
}
.BgClassName
{
background-color: #99A576;
}
</style>
border-color css
<style>
span { border-color: #99A576; }
span { border-color: rgb(153,165,118); }
td.TdClassName
{
border-color: #99A576;
}
.TagClassName
{
border-color: #99A576;
}
</style>