Shades of Sage #949E7C
Tints of Sage #949E7C
RGB
CMYK
RGB Variations
Color information
#949E7C (or 0x949E7C) is known color: Sage. HEX triplet: 94, 9E and 7C. RGB value is (148,158,124). Sum of RGB (Red+Green+Blue) = 148+158+124=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 124 (48.83% from 255 or 28.84% from 430); Max value from RGB is 158 - color contains mainly: green. Hex color #949E7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E7C is #6B6183. Grayscale: #979797. Windows color (decimal): -7037316 or 8167060. OLE color: 8167060.
HSL color Cylindrical-coordinate representation of color #949E7C: hue angle of 77.65º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #949E7C is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 158 | 124 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.38 |
| HSL | 77.65º | 0.15% | 0.55% | - |
| HSV(B) | 77.65º | 0.22% | 0.62% | - |
| XYZ | 28.08 | 32.2 | 23.81 | - |
| YUV | 151.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 158 | 124 | 0.06 | 0 | 0.22 | 0.38 | 77.65 | 0.15 | 0.55 |
| Hex | 94 | 9E | 7C | 6 | 0 | 16 | 26 | 4E | F | 37 |
| Octal | 224 | 236 | 174 | 6 | 0 | 26 | 46 | 116 | 17 | 67 |
| Binary | 10010100 | 10011110 | 1111100 | 110 | 0 | 10110 | 100110 | 1001110 | 1111 | 110111 |
Color Harmonies of #949E7C
Complementary color
Monochromatic Colors of #949E7C
Black with #949E7C
Text Example
Text Example
White with #949E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949E7C; }
p { color: rgb(148,158,124); }
H1.HeaderClassName
{
color: #949E7C;
}
.AnyTagClassName
{
color: #949E7C;
}
</style>
background-color css
<style>
a { background-color: #949E7C; }
a { background-color: rgb(148,158,124); }
div.DivClassName
{
background-color: #949E7C;
}
.BgClassName
{
background-color: #949E7C;
}
</style>
border-color css
<style>
span { border-color: #949E7C; }
span { border-color: rgb(148,158,124); }
td.TdClassName
{
border-color: #949E7C;
}
.TagClassName
{
border-color: #949E7C;
}
</style>