Shades of Sage #94A479
Tints of Sage #94A479
RGB
CMYK
RGB Variations
Color information
#94A479 (or 0x94A479) is known color: Sage. HEX triplet: 94, A4 and 79. RGB value is (148,164,121). Sum of RGB (Red+Green+Blue) = 148+164+121=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 164 - color contains mainly: green. Hex color #94A479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A479 is #6B5B86. Grayscale: #9A9A9A. Windows color (decimal): -7035783 or 7971988. OLE color: 7971988.
HSL color Cylindrical-coordinate representation of color #94A479: hue angle of 82.33º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94A479 is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 121 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.36 |
| HSL | 82.33º | 0.19% | 0.56% | - |
| HSV(B) | 82.33º | 0.26% | 0.64% | - |
| XYZ | 28.94 | 34.23 | 23.17 | - |
| YUV | 154.31 | 109.2 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 121 | 0.10 | 0 | 0.26 | 0.36 | 82.33 | 0.19 | 0.56 |
| Hex | 94 | A4 | 79 | A | 0 | 1A | 24 | 52 | 13 | 38 |
| Octal | 224 | 244 | 171 | 12 | 0 | 32 | 44 | 122 | 23 | 70 |
| Binary | 10010100 | 10100100 | 1111001 | 1010 | 0 | 11010 | 100100 | 1010010 | 10011 | 111000 |
Color Harmonies of #94A479
Complementary color
Monochromatic Colors of #94A479
Black with #94A479
Text Example
Text Example
White with #94A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A479; }
p { color: rgb(148,164,121); }
H1.HeaderClassName
{
color: #94A479;
}
.AnyTagClassName
{
color: #94A479;
}
</style>
background-color css
<style>
a { background-color: #94A479; }
a { background-color: rgb(148,164,121); }
div.DivClassName
{
background-color: #94A479;
}
.BgClassName
{
background-color: #94A479;
}
</style>
border-color css
<style>
span { border-color: #94A479; }
span { border-color: rgb(148,164,121); }
td.TdClassName
{
border-color: #94A479;
}
.TagClassName
{
border-color: #94A479;
}
</style>