Shades of Sage #949A84
Tints of Sage #949A84
RGB
CMYK
RGB Variations
Color information
#949A84 (or 0x949A84) is known color: Sage. HEX triplet: 94, 9A and 84. RGB value is (148,154,132). Sum of RGB (Red+Green+Blue) = 148+154+132=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 154 - color contains mainly: green. Hex color #949A84 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A84 is #6B657B. Grayscale: #959595. Windows color (decimal): -7038332 or 8690324. OLE color: 8690324.
HSL color Cylindrical-coordinate representation of color #949A84: hue angle of 76.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #949A84 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 148 | 154 | 132 | - |
| CMYK | 0.04 | 0 | 0.14 | 0.40 |
| HSL | 76.36º | 0.1% | 0.56% | - |
| HSV(B) | 76.36º | 0.14% | 0.6% | - |
| XYZ | 27.93 | 31.07 | 26.36 | - |
| YUV | 149.7 | 118.01 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 154 | 132 | 0.04 | 0 | 0.14 | 0.40 | 76.36 | 0.1 | 0.56 |
| Hex | 94 | 9A | 84 | 4 | 0 | E | 28 | 4C | A | 38 |
| Octal | 224 | 232 | 204 | 4 | 0 | 16 | 50 | 114 | 12 | 70 |
| Binary | 10010100 | 10011010 | 10000100 | 100 | 0 | 1110 | 101000 | 1001100 | 1010 | 111000 |
Color Harmonies of #949A84
Complementary color
Monochromatic Colors of #949A84
Black with #949A84
Text Example
Text Example
White with #949A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949A84; }
p { color: rgb(148,154,132); }
H1.HeaderClassName
{
color: #949A84;
}
.AnyTagClassName
{
color: #949A84;
}
</style>
background-color css
<style>
a { background-color: #949A84; }
a { background-color: rgb(148,154,132); }
div.DivClassName
{
background-color: #949A84;
}
.BgClassName
{
background-color: #949A84;
}
</style>
border-color css
<style>
span { border-color: #949A84; }
span { border-color: rgb(148,154,132); }
td.TdClassName
{
border-color: #949A84;
}
.TagClassName
{
border-color: #949A84;
}
</style>