Shades of Sage #94A36E
Tints of Sage #94A36E
RGB
CMYK
RGB Variations
Color information
#94A36E (or 0x94A36E) is known color: Sage. HEX triplet: 94, A3 and 6E. RGB value is (148,163,110). Sum of RGB (Red+Green+Blue) = 148+163+110=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 163 - color contains mainly: green. Hex color #94A36E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A36E is #6B5C91. Grayscale: #989898. Windows color (decimal): -7036050 or 7250836. OLE color: 7250836.
HSL color Cylindrical-coordinate representation of color #94A36E: hue angle of 76.98º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A36E is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 163 | 110 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.36 |
| HSL | 76.98º | 0.22% | 0.54% | - |
| HSV(B) | 76.98º | 0.33% | 0.64% | - |
| XYZ | 28.12 | 33.62 | 19.76 | - |
| YUV | 152.47 | 104.03 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 163 | 110 | 0.09 | 0 | 0.33 | 0.36 | 76.98 | 0.22 | 0.54 |
| Hex | 94 | A3 | 6E | 9 | 0 | 21 | 24 | 4D | 16 | 36 |
| Octal | 224 | 243 | 156 | 11 | 0 | 41 | 44 | 115 | 26 | 66 |
| Binary | 10010100 | 10100011 | 1101110 | 1001 | 0 | 100001 | 100100 | 1001101 | 10110 | 110110 |
Color Harmonies of #94A36E
Complementary color
Monochromatic Colors of #94A36E
Black with #94A36E
Text Example
Text Example
White with #94A36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A36E; }
p { color: rgb(148,163,110); }
H1.HeaderClassName
{
color: #94A36E;
}
.AnyTagClassName
{
color: #94A36E;
}
</style>
background-color css
<style>
a { background-color: #94A36E; }
a { background-color: rgb(148,163,110); }
div.DivClassName
{
background-color: #94A36E;
}
.BgClassName
{
background-color: #94A36E;
}
</style>
border-color css
<style>
span { border-color: #94A36E; }
span { border-color: rgb(148,163,110); }
td.TdClassName
{
border-color: #94A36E;
}
.TagClassName
{
border-color: #94A36E;
}
</style>