Shades of Sage #93A16F
Tints of Sage #93A16F
RGB
CMYK
RGB Variations
Color information
#93A16F (or 0x93A16F) is known color: Sage. HEX triplet: 93, A1 and 6F. RGB value is (147,161,111). Sum of RGB (Red+Green+Blue) = 147+161+111=419 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.08% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #93A16F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A16F is #6C5E90. Grayscale: #979797. Windows color (decimal): -7102097 or 7315859. OLE color: 7315859.
HSL color Cylindrical-coordinate representation of color #93A16F: hue angle of 76.8º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93A16F is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 161 | 111 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.37 |
| HSL | 76.8º | 0.21% | 0.53% | - |
| HSV(B) | 76.8º | 0.31% | 0.63% | - |
| XYZ | 27.65 | 32.84 | 19.92 | - |
| YUV | 151.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 111 | 0.09 | 0 | 0.31 | 0.37 | 76.8 | 0.21 | 0.53 |
| Hex | 93 | A1 | 6F | 9 | 0 | 1F | 25 | 4D | 15 | 35 |
| Octal | 223 | 241 | 157 | 11 | 0 | 37 | 45 | 115 | 25 | 65 |
| Binary | 10010011 | 10100001 | 1101111 | 1001 | 0 | 11111 | 100101 | 1001101 | 10101 | 110101 |
Color Harmonies of #93A16F
Complementary color
Monochromatic Colors of #93A16F
Black with #93A16F
Text Example
Text Example
White with #93A16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A16F; }
p { color: rgb(147,161,111); }
H1.HeaderClassName
{
color: #93A16F;
}
.AnyTagClassName
{
color: #93A16F;
}
</style>
background-color css
<style>
a { background-color: #93A16F; }
a { background-color: rgb(147,161,111); }
div.DivClassName
{
background-color: #93A16F;
}
.BgClassName
{
background-color: #93A16F;
}
</style>
border-color css
<style>
span { border-color: #93A16F; }
span { border-color: rgb(147,161,111); }
td.TdClassName
{
border-color: #93A16F;
}
.TagClassName
{
border-color: #93A16F;
}
</style>