Shades of Sage #93977E
Tints of Sage #93977E
RGB
CMYK
RGB Variations
Color information
#93977E (or 0x93977E) is known color: Sage. HEX triplet: 93, 97 and 7E. RGB value is (147,151,126). Sum of RGB (Red+Green+Blue) = 147+151+126=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #93977E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93977E is #6C6881. Grayscale: #939393. Windows color (decimal): -7104642 or 8296339. OLE color: 8296339.
HSL color Cylindrical-coordinate representation of color #93977E: hue angle of 69.6º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93977E is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 147 | 151 | 126 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.41 |
| HSL | 69.6º | 0.11% | 0.54% | - |
| HSV(B) | 69.6º | 0.17% | 0.59% | - |
| XYZ | 26.87 | 29.84 | 24.08 | - |
| YUV | 146.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 151 | 126 | 0.03 | 0 | 0.17 | 0.41 | 69.6 | 0.11 | 0.54 |
| Hex | 93 | 97 | 7E | 3 | 0 | 11 | 29 | 46 | B | 36 |
| Octal | 223 | 227 | 176 | 3 | 0 | 21 | 51 | 106 | 13 | 66 |
| Binary | 10010011 | 10010111 | 1111110 | 11 | 0 | 10001 | 101001 | 1000110 | 1011 | 110110 |
Color Harmonies of #93977E
Complementary color
Monochromatic Colors of #93977E
Black with #93977E
Text Example
Text Example
White with #93977E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93977E; }
p { color: rgb(147,151,126); }
H1.HeaderClassName
{
color: #93977E;
}
.AnyTagClassName
{
color: #93977E;
}
</style>
background-color css
<style>
a { background-color: #93977E; }
a { background-color: rgb(147,151,126); }
div.DivClassName
{
background-color: #93977E;
}
.BgClassName
{
background-color: #93977E;
}
</style>
border-color css
<style>
span { border-color: #93977E; }
span { border-color: rgb(147,151,126); }
td.TdClassName
{
border-color: #93977E;
}
.TagClassName
{
border-color: #93977E;
}
</style>