Shades of Sage #93A078
Tints of Sage #93A078
RGB
CMYK
RGB Variations
Color information
#93A078 (or 0x93A078) is known color: Sage. HEX triplet: 93, A0 and 78. RGB value is (147,160,120). Sum of RGB (Red+Green+Blue) = 147+160+120=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 160 - color contains mainly: green. Hex color #93A078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A078 is #6C5F87. Grayscale: #979797. Windows color (decimal): -7102344 or 7905427. OLE color: 7905427.
HSL color Cylindrical-coordinate representation of color #93A078: hue angle of 79.5º degrees, saturation: 0.17, 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 #93A078 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 120 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.37 |
| HSL | 79.5º | 0.17% | 0.55% | - |
| HSV(B) | 79.5º | 0.25% | 0.63% | - |
| XYZ | 27.99 | 32.7 | 22.61 | - |
| YUV | 151.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 120 | 0.08 | 0 | 0.25 | 0.37 | 79.5 | 0.17 | 0.55 |
| Hex | 93 | A0 | 78 | 8 | 0 | 19 | 25 | 50 | 11 | 37 |
| Octal | 223 | 240 | 170 | 10 | 0 | 31 | 45 | 120 | 21 | 67 |
| Binary | 10010011 | 10100000 | 1111000 | 1000 | 0 | 11001 | 100101 | 1010000 | 10001 | 110111 |
Color Harmonies of #93A078
Complementary color
Monochromatic Colors of #93A078
Black with #93A078
Text Example
Text Example
White with #93A078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A078; }
p { color: rgb(147,160,120); }
H1.HeaderClassName
{
color: #93A078;
}
.AnyTagClassName
{
color: #93A078;
}
</style>
background-color css
<style>
a { background-color: #93A078; }
a { background-color: rgb(147,160,120); }
div.DivClassName
{
background-color: #93A078;
}
.BgClassName
{
background-color: #93A078;
}
</style>
border-color css
<style>
span { border-color: #93A078; }
span { border-color: rgb(147,160,120); }
td.TdClassName
{
border-color: #93A078;
}
.TagClassName
{
border-color: #93A078;
}
</style>