Shades of Sage #93A07E
Tints of Sage #93A07E
RGB
CMYK
RGB Variations
Color information
#93A07E (or 0x93A07E) is known color: Sage. HEX triplet: 93, A0 and 7E. RGB value is (147,160,126). Sum of RGB (Red+Green+Blue) = 147+160+126=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #93A07E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A07E is #6C5F81. Grayscale: #989898. Windows color (decimal): -7102338 or 8298643. OLE color: 8298643.
HSL color Cylindrical-coordinate representation of color #93A07E: hue angle of 82.94º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #93A07E is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 126 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.37 |
| HSL | 82.94º | 0.15% | 0.56% | - |
| HSV(B) | 82.94º | 0.21% | 0.63% | - |
| XYZ | 28.37 | 32.85 | 24.58 | - |
| YUV | 152.24 | 113.19 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 126 | 0.08 | 0 | 0.21 | 0.37 | 82.94 | 0.15 | 0.56 |
| Hex | 93 | A0 | 7E | 8 | 0 | 15 | 25 | 53 | F | 38 |
| Octal | 223 | 240 | 176 | 10 | 0 | 25 | 45 | 123 | 17 | 70 |
| Binary | 10010011 | 10100000 | 1111110 | 1000 | 0 | 10101 | 100101 | 1010011 | 1111 | 111000 |
Color Harmonies of #93A07E
Complementary color
Monochromatic Colors of #93A07E
Black with #93A07E
Text Example
Text Example
White with #93A07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A07E; }
p { color: rgb(147,160,126); }
H1.HeaderClassName
{
color: #93A07E;
}
.AnyTagClassName
{
color: #93A07E;
}
</style>
background-color css
<style>
a { background-color: #93A07E; }
a { background-color: rgb(147,160,126); }
div.DivClassName
{
background-color: #93A07E;
}
.BgClassName
{
background-color: #93A07E;
}
</style>
border-color css
<style>
span { border-color: #93A07E; }
span { border-color: rgb(147,160,126); }
td.TdClassName
{
border-color: #93A07E;
}
.TagClassName
{
border-color: #93A07E;
}
</style>