Shades of Sage #94A16D
Tints of Sage #94A16D
RGB
CMYK
RGB Variations
Color information
#94A16D (or 0x94A16D) is known color: Sage. HEX triplet: 94, A1 and 6D. RGB value is (148,161,109). Sum of RGB (Red+Green+Blue) = 148+161+109=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 161 (63.28% from 255 or 38.52% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 161 - color contains mainly: green. Hex color #94A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A16D is #6B5E92. Grayscale: #979797. Windows color (decimal): -7036563 or 7184788. OLE color: 7184788.
HSL color Cylindrical-coordinate representation of color #94A16D: hue angle of 75º degrees, saturation: 0.22, 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 #94A16D is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 161 | 109 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.37 |
| HSL | 75º | 0.22% | 0.53% | - |
| HSV(B) | 75º | 0.32% | 0.63% | - |
| XYZ | 27.72 | 32.89 | 19.36 | - |
| YUV | 151.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 161 | 109 | 0.08 | 0 | 0.32 | 0.37 | 75 | 0.22 | 0.53 |
| Hex | 94 | A1 | 6D | 8 | 0 | 20 | 25 | 4B | 16 | 35 |
| Octal | 224 | 241 | 155 | 10 | 0 | 40 | 45 | 113 | 26 | 65 |
| Binary | 10010100 | 10100001 | 1101101 | 1000 | 0 | 100000 | 100101 | 1001011 | 10110 | 110101 |
Color Harmonies of #94A16D
Complementary color
Monochromatic Colors of #94A16D
Black with #94A16D
Text Example
Text Example
White with #94A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A16D; }
p { color: rgb(148,161,109); }
H1.HeaderClassName
{
color: #94A16D;
}
.AnyTagClassName
{
color: #94A16D;
}
</style>
background-color css
<style>
a { background-color: #94A16D; }
a { background-color: rgb(148,161,109); }
div.DivClassName
{
background-color: #94A16D;
}
.BgClassName
{
background-color: #94A16D;
}
</style>
border-color css
<style>
span { border-color: #94A16D; }
span { border-color: rgb(148,161,109); }
td.TdClassName
{
border-color: #94A16D;
}
.TagClassName
{
border-color: #94A16D;
}
</style>