Shades of Sage #93A46F
Tints of Sage #93A46F
RGB
CMYK
RGB Variations
Color information
#93A46F (or 0x93A46F) is known color: Sage. HEX triplet: 93, A4 and 6F. RGB value is (147,164,111). Sum of RGB (Red+Green+Blue) = 147+164+111=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #93A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A46F is #6C5B90. Grayscale: #999999. Windows color (decimal): -7101329 or 7316627. OLE color: 7316627.
HSL color Cylindrical-coordinate representation of color #93A46F: hue angle of 79.25º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93A46F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 164 | 111 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.36 |
| HSL | 79.25º | 0.23% | 0.54% | - |
| HSV(B) | 79.25º | 0.32% | 0.64% | - |
| XYZ | 28.18 | 33.9 | 20.1 | - |
| YUV | 152.88 | 104.37 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 111 | 0.10 | 0 | 0.32 | 0.36 | 79.25 | 0.23 | 0.54 |
| Hex | 93 | A4 | 6F | A | 0 | 20 | 24 | 4F | 17 | 36 |
| Octal | 223 | 244 | 157 | 12 | 0 | 40 | 44 | 117 | 27 | 66 |
| Binary | 10010011 | 10100100 | 1101111 | 1010 | 0 | 100000 | 100100 | 1001111 | 10111 | 110110 |
Color Harmonies of #93A46F
Complementary color
Monochromatic Colors of #93A46F
Black with #93A46F
Text Example
Text Example
White with #93A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A46F; }
p { color: rgb(147,164,111); }
H1.HeaderClassName
{
color: #93A46F;
}
.AnyTagClassName
{
color: #93A46F;
}
</style>
background-color css
<style>
a { background-color: #93A46F; }
a { background-color: rgb(147,164,111); }
div.DivClassName
{
background-color: #93A46F;
}
.BgClassName
{
background-color: #93A46F;
}
</style>
border-color css
<style>
span { border-color: #93A46F; }
span { border-color: rgb(147,164,111); }
td.TdClassName
{
border-color: #93A46F;
}
.TagClassName
{
border-color: #93A46F;
}
</style>