Shades of Sage #949D75
Tints of Sage #949D75
RGB
CMYK
RGB Variations
Color information
#949D75 (or 0x949D75) is known color: Sage. HEX triplet: 94, 9D and 75. RGB value is (148,157,117). Sum of RGB (Red+Green+Blue) = 148+157+117=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 157 - color contains mainly: green. Hex color #949D75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D75 is #6B628A. Grayscale: #959595. Windows color (decimal): -7037579 or 7708052. OLE color: 7708052.
HSL color Cylindrical-coordinate representation of color #949D75: hue angle of 73.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #949D75 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 157 | 117 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.38 |
| HSL | 73.5º | 0.17% | 0.54% | - |
| HSV(B) | 73.5º | 0.25% | 0.62% | - |
| XYZ | 27.48 | 31.69 | 21.5 | - |
| YUV | 149.75 | 109.52 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 157 | 117 | 0.06 | 0 | 0.25 | 0.38 | 73.5 | 0.17 | 0.54 |
| Hex | 94 | 9D | 75 | 6 | 0 | 19 | 26 | 4A | 11 | 36 |
| Octal | 224 | 235 | 165 | 6 | 0 | 31 | 46 | 112 | 21 | 66 |
| Binary | 10010100 | 10011101 | 1110101 | 110 | 0 | 11001 | 100110 | 1001010 | 10001 | 110110 |
Color Harmonies of #949D75
Complementary color
Monochromatic Colors of #949D75
Black with #949D75
Text Example
Text Example
White with #949D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949D75; }
p { color: rgb(148,157,117); }
H1.HeaderClassName
{
color: #949D75;
}
.AnyTagClassName
{
color: #949D75;
}
</style>
background-color css
<style>
a { background-color: #949D75; }
a { background-color: rgb(148,157,117); }
div.DivClassName
{
background-color: #949D75;
}
.BgClassName
{
background-color: #949D75;
}
</style>
border-color css
<style>
span { border-color: #949D75; }
span { border-color: rgb(148,157,117); }
td.TdClassName
{
border-color: #949D75;
}
.TagClassName
{
border-color: #949D75;
}
</style>