Shades of Sage #94A671
Tints of Sage #94A671
RGB
CMYK
RGB Variations
Color information
#94A671 (or 0x94A671) is known color: Sage. HEX triplet: 94, A6 and 71. RGB value is (148,166,113). Sum of RGB (Red+Green+Blue) = 148+166+113=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 166 - color contains mainly: green. Hex color #94A671 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A671 is #6B598E. Grayscale: #9A9A9A. Windows color (decimal): -7035279 or 7448212. OLE color: 7448212.
HSL color Cylindrical-coordinate representation of color #94A671: hue angle of 80.38º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94A671 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 113 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.35 |
| HSL | 80.38º | 0.23% | 0.55% | - |
| HSV(B) | 80.38º | 0.32% | 0.65% | - |
| XYZ | 28.83 | 34.76 | 20.81 | - |
| YUV | 154.58 | 104.54 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 113 | 0.11 | 0 | 0.32 | 0.35 | 80.38 | 0.23 | 0.55 |
| Hex | 94 | A6 | 71 | B | 0 | 20 | 23 | 50 | 17 | 37 |
| Octal | 224 | 246 | 161 | 13 | 0 | 40 | 43 | 120 | 27 | 67 |
| Binary | 10010100 | 10100110 | 1110001 | 1011 | 0 | 100000 | 100011 | 1010000 | 10111 | 110111 |
Color Harmonies of #94A671
Complementary color
Monochromatic Colors of #94A671
Black with #94A671
Text Example
Text Example
White with #94A671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A671; }
p { color: rgb(148,166,113); }
H1.HeaderClassName
{
color: #94A671;
}
.AnyTagClassName
{
color: #94A671;
}
</style>
background-color css
<style>
a { background-color: #94A671; }
a { background-color: rgb(148,166,113); }
div.DivClassName
{
background-color: #94A671;
}
.BgClassName
{
background-color: #94A671;
}
</style>
border-color css
<style>
span { border-color: #94A671; }
span { border-color: rgb(148,166,113); }
td.TdClassName
{
border-color: #94A671;
}
.TagClassName
{
border-color: #94A671;
}
</style>