Shades of Sage #949F7D
Tints of Sage #949F7D
RGB
CMYK
RGB Variations
Color information
#949F7D (or 0x949F7D) is known color: Sage. HEX triplet: 94, 9F and 7D. RGB value is (148,159,125). Sum of RGB (Red+Green+Blue) = 148+159+125=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 159 - color contains mainly: green. Hex color #949F7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F7D is #6B6082. Grayscale: #979797. Windows color (decimal): -7037059 or 8232852. OLE color: 8232852.
HSL color Cylindrical-coordinate representation of color #949F7D: hue angle of 79.41º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949F7D is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 125 | - |
| CMYK | 0.07 | 0 | 0.21 | 0.38 |
| HSL | 79.41º | 0.15% | 0.56% | - |
| HSV(B) | 79.41º | 0.21% | 0.62% | - |
| XYZ | 28.31 | 32.57 | 24.2 | - |
| YUV | 151.84 | 112.86 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 125 | 0.07 | 0 | 0.21 | 0.38 | 79.41 | 0.15 | 0.56 |
| Hex | 94 | 9F | 7D | 7 | 0 | 15 | 26 | 4F | F | 38 |
| Octal | 224 | 237 | 175 | 7 | 0 | 25 | 46 | 117 | 17 | 70 |
| Binary | 10010100 | 10011111 | 1111101 | 111 | 0 | 10101 | 100110 | 1001111 | 1111 | 111000 |
Color Harmonies of #949F7D
Complementary color
Monochromatic Colors of #949F7D
Black with #949F7D
Text Example
Text Example
White with #949F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F7D; }
p { color: rgb(148,159,125); }
H1.HeaderClassName
{
color: #949F7D;
}
.AnyTagClassName
{
color: #949F7D;
}
</style>
background-color css
<style>
a { background-color: #949F7D; }
a { background-color: rgb(148,159,125); }
div.DivClassName
{
background-color: #949F7D;
}
.BgClassName
{
background-color: #949F7D;
}
</style>
border-color css
<style>
span { border-color: #949F7D; }
span { border-color: rgb(148,159,125); }
td.TdClassName
{
border-color: #949F7D;
}
.TagClassName
{
border-color: #949F7D;
}
</style>