Shades of Sage #94A677
Tints of Sage #94A677
RGB
CMYK
RGB Variations
Color information
#94A677 (or 0x94A677) is known color: Sage. HEX triplet: 94, A6 and 77. RGB value is (148,166,119). Sum of RGB (Red+Green+Blue) = 148+166+119=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 119 (46.88% from 255 or 27.48% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #94A677 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A677 is #6B5988. Grayscale: #9B9B9B. Windows color (decimal): -7035273 or 7841428. OLE color: 7841428.
HSL color Cylindrical-coordinate representation of color #94A677: hue angle of 82.98º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94A677 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 166 | 119 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.35 |
| HSL | 82.98º | 0.21% | 0.56% | - |
| HSV(B) | 82.98º | 0.28% | 0.65% | - |
| XYZ | 29.18 | 34.9 | 22.65 | - |
| YUV | 155.26 | 107.54 | 122.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 166 | 119 | 0.11 | 0 | 0.28 | 0.35 | 82.98 | 0.21 | 0.56 |
| Hex | 94 | A6 | 77 | B | 0 | 1C | 23 | 53 | 15 | 38 |
| Octal | 224 | 246 | 167 | 13 | 0 | 34 | 43 | 123 | 25 | 70 |
| Binary | 10010100 | 10100110 | 1110111 | 1011 | 0 | 11100 | 100011 | 1010011 | 10101 | 111000 |
Color Harmonies of #94A677
Complementary color
Monochromatic Colors of #94A677
Black with #94A677
Text Example
Text Example
White with #94A677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A677; }
p { color: rgb(148,166,119); }
H1.HeaderClassName
{
color: #94A677;
}
.AnyTagClassName
{
color: #94A677;
}
</style>
background-color css
<style>
a { background-color: #94A677; }
a { background-color: rgb(148,166,119); }
div.DivClassName
{
background-color: #94A677;
}
.BgClassName
{
background-color: #94A677;
}
</style>
border-color css
<style>
span { border-color: #94A677; }
span { border-color: rgb(148,166,119); }
td.TdClassName
{
border-color: #94A677;
}
.TagClassName
{
border-color: #94A677;
}
</style>