Shades of Sage #93A07F
Tints of Sage #93A07F
RGB
CMYK
RGB Variations
Color information
#93A07F (or 0x93A07F) is known color: Sage. HEX triplet: 93, A0 and 7F. RGB value is (147,160,127). Sum of RGB (Red+Green+Blue) = 147+160+127=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 160 - color contains mainly: green. Hex color #93A07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93A07F is #6C5F80. Grayscale: #989898. Windows color (decimal): -7102337 or 8364179. OLE color: 8364179.
HSL color Cylindrical-coordinate representation of color #93A07F: hue angle of 83.64º 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 #93A07F is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 160 | 127 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.37 |
| HSL | 83.64º | 0.15% | 0.56% | - |
| HSV(B) | 83.64º | 0.21% | 0.63% | - |
| XYZ | 28.43 | 32.88 | 24.93 | - |
| YUV | 152.35 | 113.69 | 124.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 160 | 127 | 0.08 | 0 | 0.21 | 0.37 | 83.64 | 0.15 | 0.56 |
| Hex | 93 | A0 | 7F | 8 | 0 | 15 | 25 | 54 | F | 38 |
| Octal | 223 | 240 | 177 | 10 | 0 | 25 | 45 | 124 | 17 | 70 |
| Binary | 10010011 | 10100000 | 1111111 | 1000 | 0 | 10101 | 100101 | 1010100 | 1111 | 111000 |
Color Harmonies of #93A07F
Complementary color
Monochromatic Colors of #93A07F
Black with #93A07F
Text Example
Text Example
White with #93A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93A07F; }
p { color: rgb(147,160,127); }
H1.HeaderClassName
{
color: #93A07F;
}
.AnyTagClassName
{
color: #93A07F;
}
</style>
background-color css
<style>
a { background-color: #93A07F; }
a { background-color: rgb(147,160,127); }
div.DivClassName
{
background-color: #93A07F;
}
.BgClassName
{
background-color: #93A07F;
}
</style>
border-color css
<style>
span { border-color: #93A07F; }
span { border-color: rgb(147,160,127); }
td.TdClassName
{
border-color: #93A07F;
}
.TagClassName
{
border-color: #93A07F;
}
</style>