Shades of Sage #93987E
Tints of Sage #93987E
RGB
CMYK
RGB Variations
Color information
#93987E (or 0x93987E) is known color: Sage. HEX triplet: 93, 98 and 7E. RGB value is (147,152,126). Sum of RGB (Red+Green+Blue) = 147+152+126=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #93987E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93987E is #6C6781. Grayscale: #939393. Windows color (decimal): -7104386 or 8296595. OLE color: 8296595.
HSL color Cylindrical-coordinate representation of color #93987E: hue angle of 71.54º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93987E is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 147 | 152 | 126 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.40 |
| HSL | 71.54º | 0.11% | 0.55% | - |
| HSV(B) | 71.54º | 0.17% | 0.6% | - |
| XYZ | 27.03 | 30.17 | 24.14 | - |
| YUV | 147.54 | 115.84 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 152 | 126 | 0.03 | 0 | 0.17 | 0.40 | 71.54 | 0.11 | 0.55 |
| Hex | 93 | 98 | 7E | 3 | 0 | 11 | 28 | 48 | B | 37 |
| Octal | 223 | 230 | 176 | 3 | 0 | 21 | 50 | 110 | 13 | 67 |
| Binary | 10010011 | 10011000 | 1111110 | 11 | 0 | 10001 | 101000 | 1001000 | 1011 | 110111 |
Color Harmonies of #93987E
Complementary color
Monochromatic Colors of #93987E
Black with #93987E
Text Example
Text Example
White with #93987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93987E; }
p { color: rgb(147,152,126); }
H1.HeaderClassName
{
color: #93987E;
}
.AnyTagClassName
{
color: #93987E;
}
</style>
background-color css
<style>
a { background-color: #93987E; }
a { background-color: rgb(147,152,126); }
div.DivClassName
{
background-color: #93987E;
}
.BgClassName
{
background-color: #93987E;
}
</style>
border-color css
<style>
span { border-color: #93987E; }
span { border-color: rgb(147,152,126); }
td.TdClassName
{
border-color: #93987E;
}
.TagClassName
{
border-color: #93987E;
}
</style>