Shades of Sage #93A370
Tints of Sage #93A370
RGB
CMYK
RGB Variations
Color information
#93A370 (or 0x93A370) is known color: Sage. HEX triplet: 93, A3 and 70. RGB value is (147,163,112). Sum of RGB (Red+Green+Blue) = 147+163+112=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 163 (64.06% from 255 or 38.63% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 163 - color contains mainly: green. Hex color #93A370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A370 is #6C5C8F. Grayscale: #989898. Windows color (decimal): -7101584 or 7381907. OLE color: 7381907.
HSL color Cylindrical-coordinate representation of color #93A370: hue angle of 78.82º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93A370 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 163 | 112 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.36 |
| HSL | 78.82º | 0.22% | 0.54% | - |
| HSV(B) | 78.82º | 0.31% | 0.64% | - |
| XYZ | 28.05 | 33.57 | 20.33 | - |
| YUV | 152.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 163 | 112 | 0.10 | 0 | 0.31 | 0.36 | 78.82 | 0.22 | 0.54 |
| Hex | 93 | A3 | 70 | A | 0 | 1F | 24 | 4F | 16 | 36 |
| Octal | 223 | 243 | 160 | 12 | 0 | 37 | 44 | 117 | 26 | 66 |
| Binary | 10010011 | 10100011 | 1110000 | 1010 | 0 | 11111 | 100100 | 1001111 | 10110 | 110110 |
Color Harmonies of #93A370
Complementary color
Monochromatic Colors of #93A370
Black with #93A370
Text Example
Text Example
White with #93A370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A370; }
p { color: rgb(147,163,112); }
H1.HeaderClassName
{
color: #93A370;
}
.AnyTagClassName
{
color: #93A370;
}
</style>
background-color css
<style>
a { background-color: #93A370; }
a { background-color: rgb(147,163,112); }
div.DivClassName
{
background-color: #93A370;
}
.BgClassName
{
background-color: #93A370;
}
</style>
border-color css
<style>
span { border-color: #93A370; }
span { border-color: rgb(147,163,112); }
td.TdClassName
{
border-color: #93A370;
}
.TagClassName
{
border-color: #93A370;
}
</style>