Shades of Sage #94A46F
Tints of Sage #94A46F
RGB
CMYK
RGB Variations
Color information
#94A46F (or 0x94A46F) is known color: Sage. HEX triplet: 94, A4 and 6F. RGB value is (148,164,111). Sum of RGB (Red+Green+Blue) = 148+164+111=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 111 (43.75% from 255 or 26.24% from 423); Max value from RGB is 164 - color contains mainly: green. Hex color #94A46F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A46F is #6B5B90. Grayscale: #999999. Windows color (decimal): -7035793 or 7316628. OLE color: 7316628.
HSL color Cylindrical-coordinate representation of color #94A46F: hue angle of 78.11º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94A46F is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 111 | - |
| CMYK | 0.10 | 0 | 0.32 | 0.36 |
| HSL | 78.11º | 0.23% | 0.54% | - |
| HSV(B) | 78.11º | 0.32% | 0.64% | - |
| XYZ | 28.36 | 33.99 | 20.11 | - |
| YUV | 153.17 | 104.2 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 111 | 0.10 | 0 | 0.32 | 0.36 | 78.11 | 0.23 | 0.54 |
| Hex | 94 | A4 | 6F | A | 0 | 20 | 24 | 4E | 17 | 36 |
| Octal | 224 | 244 | 157 | 12 | 0 | 40 | 44 | 116 | 27 | 66 |
| Binary | 10010100 | 10100100 | 1101111 | 1010 | 0 | 100000 | 100100 | 1001110 | 10111 | 110110 |
Color Harmonies of #94A46F
Complementary color
Monochromatic Colors of #94A46F
Black with #94A46F
Text Example
Text Example
White with #94A46F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A46F; }
p { color: rgb(148,164,111); }
H1.HeaderClassName
{
color: #94A46F;
}
.AnyTagClassName
{
color: #94A46F;
}
</style>
background-color css
<style>
a { background-color: #94A46F; }
a { background-color: rgb(148,164,111); }
div.DivClassName
{
background-color: #94A46F;
}
.BgClassName
{
background-color: #94A46F;
}
</style>
border-color css
<style>
span { border-color: #94A46F; }
span { border-color: rgb(148,164,111); }
td.TdClassName
{
border-color: #94A46F;
}
.TagClassName
{
border-color: #94A46F;
}
</style>