Shades of Sage #93A37A
Tints of Sage #93A37A
RGB
CMYK
RGB Variations
Color information
#93A37A (or 0x93A37A) is known color: Sage. HEX triplet: 93, A3 and 7A. RGB value is (147,163,122). Sum of RGB (Red+Green+Blue) = 147+163+122=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 122 (48.05% from 255 or 28.24% from 432); Max value from RGB is 163 - color contains mainly: green. Hex color #93A37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A37A is #6C5C85. Grayscale: #999999. Windows color (decimal): -7101574 or 8037267. OLE color: 8037267.
HSL color Cylindrical-coordinate representation of color #93A37A: hue angle of 83.41º degrees, saturation: 0.18, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93A37A is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 163 | 122 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.36 |
| HSL | 83.41º | 0.18% | 0.56% | - |
| HSV(B) | 83.41º | 0.25% | 0.64% | - |
| XYZ | 28.64 | 33.8 | 23.43 | - |
| YUV | 153.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 122 | 0.10 | 0 | 0.25 | 0.36 | 83.41 | 0.18 | 0.56 |
| Hex | 93 | A3 | 7A | A | 0 | 19 | 24 | 53 | 12 | 38 |
| Octal | 223 | 243 | 172 | 12 | 0 | 31 | 44 | 123 | 22 | 70 |
| Binary | 10010011 | 10100011 | 1111010 | 1010 | 0 | 11001 | 100100 | 1010011 | 10010 | 111000 |
Color Harmonies of #93A37A
Complementary color
Monochromatic Colors of #93A37A
Black with #93A37A
Text Example
Text Example
White with #93A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A37A; }
p { color: rgb(147,163,122); }
H1.HeaderClassName
{
color: #93A37A;
}
.AnyTagClassName
{
color: #93A37A;
}
</style>
background-color css
<style>
a { background-color: #93A37A; }
a { background-color: rgb(147,163,122); }
div.DivClassName
{
background-color: #93A37A;
}
.BgClassName
{
background-color: #93A37A;
}
</style>
border-color css
<style>
span { border-color: #93A37A; }
span { border-color: rgb(147,163,122); }
td.TdClassName
{
border-color: #93A37A;
}
.TagClassName
{
border-color: #93A37A;
}
</style>