Shades of Sage #94A16E
Tints of Sage #94A16E
RGB
CMYK
RGB Variations
Color information
#94A16E (or 0x94A16E) is known color: Sage. HEX triplet: 94, A1 and 6E. RGB value is (148,161,110). Sum of RGB (Red+Green+Blue) = 148+161+110=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #94A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A16E is #6B5E91. Grayscale: #979797. Windows color (decimal): -7036562 or 7250324. OLE color: 7250324.
HSL color Cylindrical-coordinate representation of color #94A16E: hue angle of 75.29º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94A16E is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 110 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.37 |
| HSL | 75.29º | 0.21% | 0.53% | - |
| HSV(B) | 75.29º | 0.32% | 0.63% | - |
| XYZ | 27.77 | 32.91 | 19.64 | - |
| YUV | 151.3 | 104.69 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 110 | 0.08 | 0 | 0.32 | 0.37 | 75.29 | 0.21 | 0.53 |
| Hex | 94 | A1 | 6E | 8 | 0 | 20 | 25 | 4B | 15 | 35 |
| Octal | 224 | 241 | 156 | 10 | 0 | 40 | 45 | 113 | 25 | 65 |
| Binary | 10010100 | 10100001 | 1101110 | 1000 | 0 | 100000 | 100101 | 1001011 | 10101 | 110101 |
Color Harmonies of #94A16E
Complementary color
Monochromatic Colors of #94A16E
Black with #94A16E
Text Example
Text Example
White with #94A16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A16E; }
p { color: rgb(148,161,110); }
H1.HeaderClassName
{
color: #94A16E;
}
.AnyTagClassName
{
color: #94A16E;
}
</style>
background-color css
<style>
a { background-color: #94A16E; }
a { background-color: rgb(148,161,110); }
div.DivClassName
{
background-color: #94A16E;
}
.BgClassName
{
background-color: #94A16E;
}
</style>
border-color css
<style>
span { border-color: #94A16E; }
span { border-color: rgb(148,161,110); }
td.TdClassName
{
border-color: #94A16E;
}
.TagClassName
{
border-color: #94A16E;
}
</style>