Shades of Sage #949E80
Tints of Sage #949E80
RGB
CMYK
RGB Variations
Color information
#949E80 (or 0x949E80) is known color: Sage. HEX triplet: 94, 9E and 80. RGB value is (148,158,128). Sum of RGB (Red+Green+Blue) = 148+158+128=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 128 (50.39% from 255 or 29.49% from 434); Max value from RGB is 158 - color contains mainly: green. Hex color #949E80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949E80 is #6B617F. Grayscale: #979797. Windows color (decimal): -7037312 or 8429204. OLE color: 8429204.
HSL color Cylindrical-coordinate representation of color #949E80: hue angle of 80º 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 #949E80 is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 128 | - |
| CMYK | 0.06 | 0 | 0.19 | 0.38 |
| HSL | 80º | 0.13% | 0.56% | - |
| HSV(B) | 80º | 0.19% | 0.62% | - |
| XYZ | 28.34 | 32.31 | 25.16 | - |
| YUV | 151.59 | 114.69 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 128 | 0.06 | 0 | 0.19 | 0.38 | 80 | 0.13 | 0.56 |
| Hex | 94 | 9E | 80 | 6 | 0 | 13 | 26 | 50 | D | 38 |
| Octal | 224 | 236 | 200 | 6 | 0 | 23 | 46 | 120 | 15 | 70 |
| Binary | 10010100 | 10011110 | 10000000 | 110 | 0 | 10011 | 100110 | 1010000 | 1101 | 111000 |
Color Harmonies of #949E80
Complementary color
Monochromatic Colors of #949E80
Black with #949E80
Text Example
Text Example
White with #949E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E80; }
p { color: rgb(148,158,128); }
H1.HeaderClassName
{
color: #949E80;
}
.AnyTagClassName
{
color: #949E80;
}
</style>
background-color css
<style>
a { background-color: #949E80; }
a { background-color: rgb(148,158,128); }
div.DivClassName
{
background-color: #949E80;
}
.BgClassName
{
background-color: #949E80;
}
</style>
border-color css
<style>
span { border-color: #949E80; }
span { border-color: rgb(148,158,128); }
td.TdClassName
{
border-color: #949E80;
}
.TagClassName
{
border-color: #949E80;
}
</style>