Shades of Sage #94A472
Tints of Sage #94A472
RGB
CMYK
RGB Variations
Color information
#94A472 (or 0x94A472) is known color: Sage. HEX triplet: 94, A4 and 72. RGB value is (148,164,114). Sum of RGB (Red+Green+Blue) = 148+164+114=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 164 - color contains mainly: green. Hex color #94A472 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A472 is #6B5B8D. Grayscale: #999999. Windows color (decimal): -7035790 or 7513236. OLE color: 7513236.
HSL color Cylindrical-coordinate representation of color #94A472: hue angle of 79.2º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A472 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 148 | 164 | 114 | - |
| CMYK | 0.10 | 0 | 0.30 | 0.36 |
| HSL | 79.2º | 0.22% | 0.55% | - |
| HSV(B) | 79.2º | 0.3% | 0.64% | - |
| XYZ | 28.53 | 34.06 | 20.99 | - |
| YUV | 153.52 | 105.7 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 164 | 114 | 0.10 | 0 | 0.30 | 0.36 | 79.2 | 0.22 | 0.55 |
| Hex | 94 | A4 | 72 | A | 0 | 1E | 24 | 4F | 16 | 37 |
| Octal | 224 | 244 | 162 | 12 | 0 | 36 | 44 | 117 | 26 | 67 |
| Binary | 10010100 | 10100100 | 1110010 | 1010 | 0 | 11110 | 100100 | 1001111 | 10110 | 110111 |
Color Harmonies of #94A472
Complementary color
Monochromatic Colors of #94A472
Black with #94A472
Text Example
Text Example
White with #94A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A472; }
p { color: rgb(148,164,114); }
H1.HeaderClassName
{
color: #94A472;
}
.AnyTagClassName
{
color: #94A472;
}
</style>
background-color css
<style>
a { background-color: #94A472; }
a { background-color: rgb(148,164,114); }
div.DivClassName
{
background-color: #94A472;
}
.BgClassName
{
background-color: #94A472;
}
</style>
border-color css
<style>
span { border-color: #94A472; }
span { border-color: rgb(148,164,114); }
td.TdClassName
{
border-color: #94A472;
}
.TagClassName
{
border-color: #94A472;
}
</style>