Shades of Sage #93A771
Tints of Sage #93A771
RGB
CMYK
RGB Variations
Color information
#93A771 (or 0x93A771) is known color: Sage. HEX triplet: 93, A7 and 71. RGB value is (147,167,113). Sum of RGB (Red+Green+Blue) = 147+167+113=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 167 (65.62% from 255 or 39.11% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 167 - color contains mainly: green. Hex color #93A771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A771 is #6C588E. Grayscale: #9B9B9B. Windows color (decimal): -7100559 or 7448467. OLE color: 7448467.
HSL color Cylindrical-coordinate representation of color #93A771: hue angle of 82.22º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93A771 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 167 | 113 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.35 |
| HSL | 82.22º | 0.23% | 0.55% | - |
| HSV(B) | 82.22º | 0.32% | 0.65% | - |
| XYZ | 28.83 | 35.03 | 20.87 | - |
| YUV | 154.86 | 104.37 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 167 | 113 | 0.12 | 0 | 0.32 | 0.35 | 82.22 | 0.23 | 0.55 |
| Hex | 93 | A7 | 71 | C | 0 | 20 | 23 | 52 | 17 | 37 |
| Octal | 223 | 247 | 161 | 14 | 0 | 40 | 43 | 122 | 27 | 67 |
| Binary | 10010011 | 10100111 | 1110001 | 1100 | 0 | 100000 | 100011 | 1010010 | 10111 | 110111 |
Color Harmonies of #93A771
Complementary color
Monochromatic Colors of #93A771
Black with #93A771
Text Example
Text Example
White with #93A771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A771; }
p { color: rgb(147,167,113); }
H1.HeaderClassName
{
color: #93A771;
}
.AnyTagClassName
{
color: #93A771;
}
</style>
background-color css
<style>
a { background-color: #93A771; }
a { background-color: rgb(147,167,113); }
div.DivClassName
{
background-color: #93A771;
}
.BgClassName
{
background-color: #93A771;
}
</style>
border-color css
<style>
span { border-color: #93A771; }
span { border-color: rgb(147,167,113); }
td.TdClassName
{
border-color: #93A771;
}
.TagClassName
{
border-color: #93A771;
}
</style>