Shades of Sage #94A179
Tints of Sage #94A179
RGB
CMYK
RGB Variations
Color information
#94A179 (or 0x94A179) is known color: Sage. HEX triplet: 94, A1 and 79. RGB value is (148,161,121). Sum of RGB (Red+Green+Blue) = 148+161+121=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 121 (47.66% from 255 or 28.14% from 430); Max value from RGB is 161 - color contains mainly: green. Hex color #94A179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A179 is #6B5E86. Grayscale: #989898. Windows color (decimal): -7036551 or 7971220. OLE color: 7971220.
HSL color Cylindrical-coordinate representation of color #94A179: hue angle of 79.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A179 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 121 | - |
| CMYK | 0.08 | 0 | 0.25 | 0.37 |
| HSL | 79.5º | 0.18% | 0.55% | - |
| HSV(B) | 79.5º | 0.25% | 0.63% | - |
| XYZ | 28.41 | 33.17 | 22.99 | - |
| YUV | 152.55 | 110.19 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 121 | 0.08 | 0 | 0.25 | 0.37 | 79.5 | 0.18 | 0.55 |
| Hex | 94 | A1 | 79 | 8 | 0 | 19 | 25 | 50 | 12 | 37 |
| Octal | 224 | 241 | 171 | 10 | 0 | 31 | 45 | 120 | 22 | 67 |
| Binary | 10010100 | 10100001 | 1111001 | 1000 | 0 | 11001 | 100101 | 1010000 | 10010 | 110111 |
Color Harmonies of #94A179
Complementary color
Monochromatic Colors of #94A179
Black with #94A179
Text Example
Text Example
White with #94A179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A179; }
p { color: rgb(148,161,121); }
H1.HeaderClassName
{
color: #94A179;
}
.AnyTagClassName
{
color: #94A179;
}
</style>
background-color css
<style>
a { background-color: #94A179; }
a { background-color: rgb(148,161,121); }
div.DivClassName
{
background-color: #94A179;
}
.BgClassName
{
background-color: #94A179;
}
</style>
border-color css
<style>
span { border-color: #94A179; }
span { border-color: rgb(148,161,121); }
td.TdClassName
{
border-color: #94A179;
}
.TagClassName
{
border-color: #94A179;
}
</style>