Shades of Sage #93A470
Tints of Sage #93A470
RGB
CMYK
RGB Variations
Color information
#93A470 (or 0x93A470) is known color: Sage. HEX triplet: 93, A4 and 70. RGB value is (147,164,112). Sum of RGB (Red+Green+Blue) = 147+164+112=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #93A470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A470 is #6C5B8F. Grayscale: #999999. Windows color (decimal): -7101328 or 7382163. OLE color: 7382163.
HSL color Cylindrical-coordinate representation of color #93A470: hue angle of 79.62º degrees, saturation: 0.22, 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 #93A470 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 164 | 112 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.36 |
| HSL | 79.62º | 0.22% | 0.54% | - |
| HSV(B) | 79.62º | 0.32% | 0.64% | - |
| XYZ | 28.23 | 33.92 | 20.39 | - |
| YUV | 152.99 | 104.87 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 164 | 112 | 0.10 | 0 | 0.32 | 0.36 | 79.62 | 0.22 | 0.54 |
| Hex | 93 | A4 | 70 | A | 0 | 20 | 24 | 50 | 16 | 36 |
| Octal | 223 | 244 | 160 | 12 | 0 | 40 | 44 | 120 | 26 | 66 |
| Binary | 10010011 | 10100100 | 1110000 | 1010 | 0 | 100000 | 100100 | 1010000 | 10110 | 110110 |
Color Harmonies of #93A470
Complementary color
Monochromatic Colors of #93A470
Black with #93A470
Text Example
Text Example
White with #93A470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A470; }
p { color: rgb(147,164,112); }
H1.HeaderClassName
{
color: #93A470;
}
.AnyTagClassName
{
color: #93A470;
}
</style>
background-color css
<style>
a { background-color: #93A470; }
a { background-color: rgb(147,164,112); }
div.DivClassName
{
background-color: #93A470;
}
.BgClassName
{
background-color: #93A470;
}
</style>
border-color css
<style>
span { border-color: #93A470; }
span { border-color: rgb(147,164,112); }
td.TdClassName
{
border-color: #93A470;
}
.TagClassName
{
border-color: #93A470;
}
</style>