Shades of Sage #99A575
Tints of Sage #99A575
RGB
CMYK
RGB Variations
Color information
#99A575 (or 0x99A575) is known color: Sage. HEX triplet: 99, A5 and 75. RGB value is (153,165,117). Sum of RGB (Red+Green+Blue) = 153+165+117=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 117 (46.09% from 255 or 26.90% from 435); Max value from RGB is 165 - color contains mainly: green. Hex color #99A575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A575 is #665A8A. Grayscale: #9C9C9C. Windows color (decimal): -6707851 or 7710105. OLE color: 7710105.
HSL color Cylindrical-coordinate representation of color #99A575: hue angle of 75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99A575 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 117 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.35 |
| HSL | 75º | 0.21% | 0.55% | - |
| HSV(B) | 75º | 0.29% | 0.65% | - |
| XYZ | 29.8 | 34.97 | 22.01 | - |
| YUV | 155.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 117 | 0.07 | 0 | 0.29 | 0.35 | 75 | 0.21 | 0.55 |
| Hex | 99 | A5 | 75 | 7 | 0 | 1D | 23 | 4B | 15 | 37 |
| Octal | 231 | 245 | 165 | 7 | 0 | 35 | 43 | 113 | 25 | 67 |
| Binary | 10011001 | 10100101 | 1110101 | 111 | 0 | 11101 | 100011 | 1001011 | 10101 | 110111 |
Color Harmonies of #99A575
Complementary color
Monochromatic Colors of #99A575
Black with #99A575
Text Example
Text Example
White with #99A575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A575; }
p { color: rgb(153,165,117); }
H1.HeaderClassName
{
color: #99A575;
}
.AnyTagClassName
{
color: #99A575;
}
</style>
background-color css
<style>
a { background-color: #99A575; }
a { background-color: rgb(153,165,117); }
div.DivClassName
{
background-color: #99A575;
}
.BgClassName
{
background-color: #99A575;
}
</style>
border-color css
<style>
span { border-color: #99A575; }
span { border-color: rgb(153,165,117); }
td.TdClassName
{
border-color: #99A575;
}
.TagClassName
{
border-color: #99A575;
}
</style>