Shades of Sage #99A37B
Tints of Sage #99A37B
RGB
CMYK
RGB Variations
Color information
#99A37B (or 0x99A37B) is known color: Sage. HEX triplet: 99, A3 and 7B. RGB value is (153,163,123). Sum of RGB (Red+Green+Blue) = 153+163+123=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 123 (48.44% from 255 or 28.02% from 439); Max value from RGB is 163 - color contains mainly: green. Hex color #99A37B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A37B is #665C84. Grayscale: #9B9B9B. Windows color (decimal): -6708357 or 8102809. OLE color: 8102809.
HSL color Cylindrical-coordinate representation of color #99A37B: hue angle of 75º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99A37B is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 153 | 163 | 123 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.36 |
| HSL | 75º | 0.18% | 0.56% | - |
| HSV(B) | 75º | 0.25% | 0.64% | - |
| XYZ | 29.81 | 34.4 | 23.81 | - |
| YUV | 155.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 123 | 0.06 | 0 | 0.25 | 0.36 | 75 | 0.18 | 0.56 |
| Hex | 99 | A3 | 7B | 6 | 0 | 19 | 24 | 4B | 12 | 38 |
| Octal | 231 | 243 | 173 | 6 | 0 | 31 | 44 | 113 | 22 | 70 |
| Binary | 10011001 | 10100011 | 1111011 | 110 | 0 | 11001 | 100100 | 1001011 | 10010 | 111000 |
Color Harmonies of #99A37B
Complementary color
Monochromatic Colors of #99A37B
Black with #99A37B
Text Example
Text Example
White with #99A37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A37B; }
p { color: rgb(153,163,123); }
H1.HeaderClassName
{
color: #99A37B;
}
.AnyTagClassName
{
color: #99A37B;
}
</style>
background-color css
<style>
a { background-color: #99A37B; }
a { background-color: rgb(153,163,123); }
div.DivClassName
{
background-color: #99A37B;
}
.BgClassName
{
background-color: #99A37B;
}
</style>
border-color css
<style>
span { border-color: #99A37B; }
span { border-color: rgb(153,163,123); }
td.TdClassName
{
border-color: #99A37B;
}
.TagClassName
{
border-color: #99A37B;
}
</style>