Shades of Sage #93A178
Tints of Sage #93A178
RGB
CMYK
RGB Variations
Color information
#93A178 (or 0x93A178) is known color: Sage. HEX triplet: 93, A1 and 78. RGB value is (147,161,120). Sum of RGB (Red+Green+Blue) = 147+161+120=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 161 - color contains mainly: green. Hex color #93A178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A178 is #6C5E87. Grayscale: #989898. Windows color (decimal): -7102088 or 7905683. OLE color: 7905683.
HSL color Cylindrical-coordinate representation of color #93A178: hue angle of 80.49º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93A178 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 161 | 120 | - |
| CMYK | 0.09 | 0 | 0.25 | 0.37 |
| HSL | 80.49º | 0.18% | 0.55% | - |
| HSV(B) | 80.49º | 0.25% | 0.63% | - |
| XYZ | 28.17 | 33.05 | 22.66 | - |
| YUV | 152.14 | 109.86 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 161 | 120 | 0.09 | 0 | 0.25 | 0.37 | 80.49 | 0.18 | 0.55 |
| Hex | 93 | A1 | 78 | 9 | 0 | 19 | 25 | 50 | 12 | 37 |
| Octal | 223 | 241 | 170 | 11 | 0 | 31 | 45 | 120 | 22 | 67 |
| Binary | 10010011 | 10100001 | 1111000 | 1001 | 0 | 11001 | 100101 | 1010000 | 10010 | 110111 |
Color Harmonies of #93A178
Complementary color
Monochromatic Colors of #93A178
Black with #93A178
Text Example
Text Example
White with #93A178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A178; }
p { color: rgb(147,161,120); }
H1.HeaderClassName
{
color: #93A178;
}
.AnyTagClassName
{
color: #93A178;
}
</style>
background-color css
<style>
a { background-color: #93A178; }
a { background-color: rgb(147,161,120); }
div.DivClassName
{
background-color: #93A178;
}
.BgClassName
{
background-color: #93A178;
}
</style>
border-color css
<style>
span { border-color: #93A178; }
span { border-color: rgb(147,161,120); }
td.TdClassName
{
border-color: #93A178;
}
.TagClassName
{
border-color: #93A178;
}
</style>