Shades of Sage #94A06D
Tints of Sage #94A06D
RGB
CMYK
RGB Variations
Color information
#94A06D (or 0x94A06D) is known color: Sage. HEX triplet: 94, A0 and 6D. RGB value is (148,160,109). Sum of RGB (Red+Green+Blue) = 148+160+109=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 109 (42.97% from 255 or 26.14% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #94A06D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A06D is #6B5F92. Grayscale: #969696. Windows color (decimal): -7036819 or 7184532. OLE color: 7184532.
HSL color Cylindrical-coordinate representation of color #94A06D: hue angle of 74.12º 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 #94A06D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 148 | 160 | 109 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.37 |
| HSL | 74.12º | 0.21% | 0.53% | - |
| HSV(B) | 74.12º | 0.32% | 0.63% | - |
| XYZ | 27.54 | 32.54 | 19.3 | - |
| YUV | 150.6 | 104.52 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 160 | 109 | 0.07 | 0 | 0.32 | 0.37 | 74.12 | 0.21 | 0.53 |
| Hex | 94 | A0 | 6D | 7 | 0 | 20 | 25 | 4A | 15 | 35 |
| Octal | 224 | 240 | 155 | 7 | 0 | 40 | 45 | 112 | 25 | 65 |
| Binary | 10010100 | 10100000 | 1101101 | 111 | 0 | 100000 | 100101 | 1001010 | 10101 | 110101 |
Color Harmonies of #94A06D
Complementary color
Monochromatic Colors of #94A06D
Black with #94A06D
Text Example
Text Example
White with #94A06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A06D; }
p { color: rgb(148,160,109); }
H1.HeaderClassName
{
color: #94A06D;
}
.AnyTagClassName
{
color: #94A06D;
}
</style>
background-color css
<style>
a { background-color: #94A06D; }
a { background-color: rgb(148,160,109); }
div.DivClassName
{
background-color: #94A06D;
}
.BgClassName
{
background-color: #94A06D;
}
</style>
border-color css
<style>
span { border-color: #94A06D; }
span { border-color: rgb(148,160,109); }
td.TdClassName
{
border-color: #94A06D;
}
.TagClassName
{
border-color: #94A06D;
}
</style>