Shades of Sage #93997C
Tints of Sage #93997C
RGB
CMYK
RGB Variations
Color information
#93997C (or 0x93997C) is known color: Sage. HEX triplet: 93, 99 and 7C. RGB value is (147,153,124). Sum of RGB (Red+Green+Blue) = 147+153+124=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 153 (60.16% from 255 or 36.08% from 424); Blue value is 124 (48.83% from 255 or 29.25% from 424); Max value from RGB is 153 - color contains mainly: green. Hex color #93997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93997C is #6C6683. Grayscale: #949494. Windows color (decimal): -7104132 or 8165779. OLE color: 8165779.
HSL color Cylindrical-coordinate representation of color #93997C: hue angle of 72.41º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #93997C is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 124 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.4 |
| HSL | 72.41º | 0.12% | 0.54% | - |
| HSV(B) | 72.41º | 0.19% | 0.6% | - |
| XYZ | 27.06 | 30.44 | 23.52 | - |
| YUV | 147.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 124 | 0.04 | 0 | 0.19 | 0.4 | 72.41 | 0.12 | 0.54 |
| Hex | 93 | 99 | 7C | 4 | 0 | 13 | 28 | 48 | C | 36 |
| Octal | 223 | 231 | 174 | 4 | 0 | 23 | 50 | 110 | 14 | 66 |
| Binary | 10010011 | 10011001 | 1111100 | 100 | 0 | 10011 | 101000 | 1001000 | 1100 | 110110 |
Color Harmonies of #93997C
Complementary color
Monochromatic Colors of #93997C
Black with #93997C
Text Example
Text Example
White with #93997C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93997C; }
p { color: rgb(147,153,124); }
H1.HeaderClassName
{
color: #93997C;
}
.AnyTagClassName
{
color: #93997C;
}
</style>
background-color css
<style>
a { background-color: #93997C; }
a { background-color: rgb(147,153,124); }
div.DivClassName
{
background-color: #93997C;
}
.BgClassName
{
background-color: #93997C;
}
</style>
border-color css
<style>
span { border-color: #93997C; }
span { border-color: rgb(147,153,124); }
td.TdClassName
{
border-color: #93997C;
}
.TagClassName
{
border-color: #93997C;
}
</style>