Shades of Sage #949B80
Tints of Sage #949B80
RGB
CMYK
RGB Variations
Color information
#949B80 (or 0x949B80) is known color: Sage. HEX triplet: 94, 9B and 80. RGB value is (148,155,128). Sum of RGB (Red+Green+Blue) = 148+155+128=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 155 - color contains mainly: green. Hex color #949B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B80 is #6B647F. Grayscale: #959595. Windows color (decimal): -7038080 or 8428436. OLE color: 8428436.
HSL color Cylindrical-coordinate representation of color #949B80: hue angle of 75.56º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #949B80 is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 128 | - |
| CMYK | 0.05 | 0 | 0.17 | 0.39 |
| HSL | 75.56º | 0.12% | 0.55% | - |
| HSV(B) | 75.56º | 0.17% | 0.61% | - |
| XYZ | 27.83 | 31.3 | 25 | - |
| YUV | 149.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 128 | 0.05 | 0 | 0.17 | 0.39 | 75.56 | 0.12 | 0.55 |
| Hex | 94 | 9B | 80 | 5 | 0 | 11 | 27 | 4C | C | 37 |
| Octal | 224 | 233 | 200 | 5 | 0 | 21 | 47 | 114 | 14 | 67 |
| Binary | 10010100 | 10011011 | 10000000 | 101 | 0 | 10001 | 100111 | 1001100 | 1100 | 110111 |
Color Harmonies of #949B80
Complementary color
Monochromatic Colors of #949B80
Black with #949B80
Text Example
Text Example
White with #949B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B80; }
p { color: rgb(148,155,128); }
H1.HeaderClassName
{
color: #949B80;
}
.AnyTagClassName
{
color: #949B80;
}
</style>
background-color css
<style>
a { background-color: #949B80; }
a { background-color: rgb(148,155,128); }
div.DivClassName
{
background-color: #949B80;
}
.BgClassName
{
background-color: #949B80;
}
</style>
border-color css
<style>
span { border-color: #949B80; }
span { border-color: rgb(148,155,128); }
td.TdClassName
{
border-color: #949B80;
}
.TagClassName
{
border-color: #949B80;
}
</style>