Shades of Sage #94A17E
Tints of Sage #94A17E
RGB
CMYK
RGB Variations
Color information
#94A17E (or 0x94A17E) is known color: Sage. HEX triplet: 94, A1 and 7E. RGB value is (148,161,126). Sum of RGB (Red+Green+Blue) = 148+161+126=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 161 - color contains mainly: green. Hex color #94A17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A17E is #6B5E81. Grayscale: #999999. Windows color (decimal): -7036546 or 8298900. OLE color: 8298900.
HSL color Cylindrical-coordinate representation of color #94A17E: hue angle of 82.29º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94A17E is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 126 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.37 |
| HSL | 82.29º | 0.16% | 0.56% | - |
| HSV(B) | 82.29º | 0.22% | 0.63% | - |
| XYZ | 28.72 | 33.29 | 24.65 | - |
| YUV | 153.12 | 112.69 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 126 | 0.08 | 0 | 0.22 | 0.37 | 82.29 | 0.16 | 0.56 |
| Hex | 94 | A1 | 7E | 8 | 0 | 16 | 25 | 52 | 10 | 38 |
| Octal | 224 | 241 | 176 | 10 | 0 | 26 | 45 | 122 | 20 | 70 |
| Binary | 10010100 | 10100001 | 1111110 | 1000 | 0 | 10110 | 100101 | 1010010 | 10000 | 111000 |
Color Harmonies of #94A17E
Complementary color
Monochromatic Colors of #94A17E
Black with #94A17E
Text Example
Text Example
White with #94A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A17E; }
p { color: rgb(148,161,126); }
H1.HeaderClassName
{
color: #94A17E;
}
.AnyTagClassName
{
color: #94A17E;
}
</style>
background-color css
<style>
a { background-color: #94A17E; }
a { background-color: rgb(148,161,126); }
div.DivClassName
{
background-color: #94A17E;
}
.BgClassName
{
background-color: #94A17E;
}
</style>
border-color css
<style>
span { border-color: #94A17E; }
span { border-color: rgb(148,161,126); }
td.TdClassName
{
border-color: #94A17E;
}
.TagClassName
{
border-color: #94A17E;
}
</style>