Shades of Sage #99A075
Tints of Sage #99A075
RGB
CMYK
RGB Variations
Color information
#99A075 (or 0x99A075) is known color: Sage. HEX triplet: 99, A0 and 75. RGB value is (153,160,117). Sum of RGB (Red+Green+Blue) = 153+160+117=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 160 - color contains mainly: green. Hex color #99A075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A075 is #665F8A. Grayscale: #999999. Windows color (decimal): -6709131 or 7708825. OLE color: 7708825.
HSL color Cylindrical-coordinate representation of color #99A075: hue angle of 69.77º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99A075 is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 153 | 160 | 117 | - |
| CMYK | 0.04 | 0 | 0.27 | 0.37 |
| HSL | 69.77º | 0.18% | 0.54% | - |
| HSV(B) | 69.77º | 0.27% | 0.63% | - |
| XYZ | 28.92 | 33.2 | 21.71 | - |
| YUV | 153.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 160 | 117 | 0.04 | 0 | 0.27 | 0.37 | 69.77 | 0.18 | 0.54 |
| Hex | 99 | A0 | 75 | 4 | 0 | 1B | 25 | 46 | 12 | 36 |
| Octal | 231 | 240 | 165 | 4 | 0 | 33 | 45 | 106 | 22 | 66 |
| Binary | 10011001 | 10100000 | 1110101 | 100 | 0 | 11011 | 100101 | 1000110 | 10010 | 110110 |
Color Harmonies of #99A075
Complementary color
Monochromatic Colors of #99A075
Black with #99A075
Text Example
Text Example
White with #99A075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A075; }
p { color: rgb(153,160,117); }
H1.HeaderClassName
{
color: #99A075;
}
.AnyTagClassName
{
color: #99A075;
}
</style>
background-color css
<style>
a { background-color: #99A075; }
a { background-color: rgb(153,160,117); }
div.DivClassName
{
background-color: #99A075;
}
.BgClassName
{
background-color: #99A075;
}
</style>
border-color css
<style>
span { border-color: #99A075; }
span { border-color: rgb(153,160,117); }
td.TdClassName
{
border-color: #99A075;
}
.TagClassName
{
border-color: #99A075;
}
</style>