Shades of Mantle #94A78D
Tints of Mantle #94A78D
RGB
CMYK
RGB Variations
Color information
#94A78D (or 0x94A78D) is known color: Mantle. HEX triplet: 94, A7 and 8D. RGB value is (148,167,141). Sum of RGB (Red+Green+Blue) = 148+167+141=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #94A78D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94A78D is #6B5872. Grayscale: #9E9E9E. Windows color (decimal): -7034995 or 9283476. OLE color: 9283476.
HSL color Cylindrical-coordinate representation of color #94A78D: hue angle of 103.85º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94A78D is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 148 | 167 | 141 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.35 |
| HSL | 103.85º | 0.13% | 0.6% | - |
| HSV(B) | 103.85º | 0.16% | 0.65% | - |
| XYZ | 30.84 | 35.86 | 30.49 | - |
| YUV | 158.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 167 | 141 | 0.11 | 0 | 0.16 | 0.35 | 103.85 | 0.13 | 0.6 |
| Hex | 94 | A7 | 8D | B | 0 | 10 | 23 | 68 | D | 3C |
| Octal | 224 | 247 | 215 | 13 | 0 | 20 | 43 | 150 | 15 | 74 |
| Binary | 10010100 | 10100111 | 10001101 | 1011 | 0 | 10000 | 100011 | 1101000 | 1101 | 111100 |
Color Harmonies of #94A78D
Complementary color
Monochromatic Colors of #94A78D
Black with #94A78D
Text Example
Text Example
White with #94A78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94A78D; }
p { color: rgb(148,167,141); }
H1.HeaderClassName
{
color: #94A78D;
}
.AnyTagClassName
{
color: #94A78D;
}
</style>
background-color css
<style>
a { background-color: #94A78D; }
a { background-color: rgb(148,167,141); }
div.DivClassName
{
background-color: #94A78D;
}
.BgClassName
{
background-color: #94A78D;
}
</style>
border-color css
<style>
span { border-color: #94A78D; }
span { border-color: rgb(148,167,141); }
td.TdClassName
{
border-color: #94A78D;
}
.TagClassName
{
border-color: #94A78D;
}
</style>