Shades of Sage #93A46D
Tints of Sage #93A46D
RGB
CMYK
RGB Variations
Color information
#93A46D (or 0x93A46D) is known color: Sage. HEX triplet: 93, A4 and 6D. RGB value is (147,164,109). Sum of RGB (Red+Green+Blue) = 147+164+109=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 164 - color contains mainly: green. Hex color #93A46D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A46D is #6C5B92. Grayscale: #989898. Windows color (decimal): -7101331 or 7185555. OLE color: 7185555.
HSL color Cylindrical-coordinate representation of color #93A46D: hue angle of 78.55º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93A46D is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 164 | 109 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.36 |
| HSL | 78.55º | 0.23% | 0.54% | - |
| HSV(B) | 78.55º | 0.34% | 0.64% | - |
| XYZ | 28.07 | 33.86 | 19.52 | - |
| YUV | 152.65 | 103.37 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 109 | 0.10 | 0 | 0.34 | 0.36 | 78.55 | 0.23 | 0.54 |
| Hex | 93 | A4 | 6D | A | 0 | 22 | 24 | 4F | 17 | 36 |
| Octal | 223 | 244 | 155 | 12 | 0 | 42 | 44 | 117 | 27 | 66 |
| Binary | 10010011 | 10100100 | 1101101 | 1010 | 0 | 100010 | 100100 | 1001111 | 10111 | 110110 |
Color Harmonies of #93A46D
Complementary color
Monochromatic Colors of #93A46D
Black with #93A46D
Text Example
Text Example
White with #93A46D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A46D; }
p { color: rgb(147,164,109); }
H1.HeaderClassName
{
color: #93A46D;
}
.AnyTagClassName
{
color: #93A46D;
}
</style>
background-color css
<style>
a { background-color: #93A46D; }
a { background-color: rgb(147,164,109); }
div.DivClassName
{
background-color: #93A46D;
}
.BgClassName
{
background-color: #93A46D;
}
</style>
border-color css
<style>
span { border-color: #93A46D; }
span { border-color: rgb(147,164,109); }
td.TdClassName
{
border-color: #93A46D;
}
.TagClassName
{
border-color: #93A46D;
}
</style>