Shades of Sage #939E80
Tints of Sage #939E80
RGB
CMYK
RGB Variations
Color information
#939E80 (or 0x939E80) is known color: Sage. HEX triplet: 93, 9E and 80. RGB value is (147,158,128). Sum of RGB (Red+Green+Blue) = 147+158+128=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 158 (62.11% from 255 or 36.49% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 158 - color contains mainly: green. Hex color #939E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939E80 is #6C617F. Grayscale: #979797. Windows color (decimal): -7102848 or 8429203. OLE color: 8429203.
HSL color Cylindrical-coordinate representation of color #939E80: hue angle of 82º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #939E80 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 158 | 128 | - |
| CMYK | 0.07 | 0 | 0.19 | 0.38 |
| HSL | 82º | 0.13% | 0.56% | - |
| HSV(B) | 82º | 0.19% | 0.62% | - |
| XYZ | 28.16 | 32.22 | 25.16 | - |
| YUV | 151.29 | 114.86 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 158 | 128 | 0.07 | 0 | 0.19 | 0.38 | 82 | 0.13 | 0.56 |
| Hex | 93 | 9E | 80 | 7 | 0 | 13 | 26 | 52 | D | 38 |
| Octal | 223 | 236 | 200 | 7 | 0 | 23 | 46 | 122 | 15 | 70 |
| Binary | 10010011 | 10011110 | 10000000 | 111 | 0 | 10011 | 100110 | 1010010 | 1101 | 111000 |
Color Harmonies of #939E80
Complementary color
Monochromatic Colors of #939E80
Black with #939E80
Text Example
Text Example
White with #939E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939E80; }
p { color: rgb(147,158,128); }
H1.HeaderClassName
{
color: #939E80;
}
.AnyTagClassName
{
color: #939E80;
}
</style>
background-color css
<style>
a { background-color: #939E80; }
a { background-color: rgb(147,158,128); }
div.DivClassName
{
background-color: #939E80;
}
.BgClassName
{
background-color: #939E80;
}
</style>
border-color css
<style>
span { border-color: #939E80; }
span { border-color: rgb(147,158,128); }
td.TdClassName
{
border-color: #939E80;
}
.TagClassName
{
border-color: #939E80;
}
</style>