Shades of Sage #93997E
Tints of Sage #93997E
RGB
CMYK
RGB Variations
Color information
#93997E (or 0x93997E) is known color: Sage. HEX triplet: 93, 99 and 7E. RGB value is (147,153,126). Sum of RGB (Red+Green+Blue) = 147+153+126=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #93997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93997E is #6C6681. Grayscale: #949494. Windows color (decimal): -7104130 or 8296851. OLE color: 8296851.
HSL color Cylindrical-coordinate representation of color #93997E: hue angle of 73.33º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #93997E is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 126 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.4 |
| HSL | 73.33º | 0.12% | 0.55% | - |
| HSV(B) | 73.33º | 0.18% | 0.6% | - |
| XYZ | 27.19 | 30.49 | 24.19 | - |
| YUV | 148.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 126 | 0.04 | 0 | 0.18 | 0.4 | 73.33 | 0.12 | 0.55 |
| Hex | 93 | 99 | 7E | 4 | 0 | 12 | 28 | 49 | C | 37 |
| Octal | 223 | 231 | 176 | 4 | 0 | 22 | 50 | 111 | 14 | 67 |
| Binary | 10010011 | 10011001 | 1111110 | 100 | 0 | 10010 | 101000 | 1001001 | 1100 | 110111 |
Color Harmonies of #93997E
Complementary color
Monochromatic Colors of #93997E
Black with #93997E
Text Example
Text Example
White with #93997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93997E; }
p { color: rgb(147,153,126); }
H1.HeaderClassName
{
color: #93997E;
}
.AnyTagClassName
{
color: #93997E;
}
</style>
background-color css
<style>
a { background-color: #93997E; }
a { background-color: rgb(147,153,126); }
div.DivClassName
{
background-color: #93997E;
}
.BgClassName
{
background-color: #93997E;
}
</style>
border-color css
<style>
span { border-color: #93997E; }
span { border-color: rgb(147,153,126); }
td.TdClassName
{
border-color: #93997E;
}
.TagClassName
{
border-color: #93997E;
}
</style>