Shades of Sage #93A17C
Tints of Sage #93A17C
RGB
CMYK
RGB Variations
Color information
#93A17C (or 0x93A17C) is known color: Sage. HEX triplet: 93, A1 and 7C. RGB value is (147,161,124). Sum of RGB (Red+Green+Blue) = 147+161+124=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 161 - color contains mainly: green. Hex color #93A17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A17C is #6C5E83. Grayscale: #989898. Windows color (decimal): -7102084 or 8167827. OLE color: 8167827.
HSL color Cylindrical-coordinate representation of color #93A17C: hue angle of 82.7º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #93A17C is Cyan = 0.09, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 161 | 124 | - |
| CMYK | 0.09 | 0 | 0.23 | 0.37 |
| HSL | 82.7º | 0.16% | 0.56% | - |
| HSV(B) | 82.7º | 0.23% | 0.63% | - |
| XYZ | 28.42 | 33.15 | 23.97 | - |
| YUV | 152.6 | 111.86 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 124 | 0.09 | 0 | 0.23 | 0.37 | 82.7 | 0.16 | 0.56 |
| Hex | 93 | A1 | 7C | 9 | 0 | 17 | 25 | 53 | 10 | 38 |
| Octal | 223 | 241 | 174 | 11 | 0 | 27 | 45 | 123 | 20 | 70 |
| Binary | 10010011 | 10100001 | 1111100 | 1001 | 0 | 10111 | 100101 | 1010011 | 10000 | 111000 |
Color Harmonies of #93A17C
Complementary color
Monochromatic Colors of #93A17C
Black with #93A17C
Text Example
Text Example
White with #93A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A17C; }
p { color: rgb(147,161,124); }
H1.HeaderClassName
{
color: #93A17C;
}
.AnyTagClassName
{
color: #93A17C;
}
</style>
background-color css
<style>
a { background-color: #93A17C; }
a { background-color: rgb(147,161,124); }
div.DivClassName
{
background-color: #93A17C;
}
.BgClassName
{
background-color: #93A17C;
}
</style>
border-color css
<style>
span { border-color: #93A17C; }
span { border-color: rgb(147,161,124); }
td.TdClassName
{
border-color: #93A17C;
}
.TagClassName
{
border-color: #93A17C;
}
</style>