Shades of Mantle #97A98F
Tints of Mantle #97A98F
RGB
CMYK
RGB Variations
Color information
#97A98F (or 0x97A98F) is known color: Mantle. HEX triplet: 97, A9 and 8F. RGB value is (151,169,143). Sum of RGB (Red+Green+Blue) = 151+169+143=463 (61% of max value = 765). Red value is 151 (59.38% from 255 or 32.61% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 169 - color contains mainly: green. Hex color #97A98F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A98F is #685670. Grayscale: #A0A0A0. Windows color (decimal): -6837873 or 9415063. OLE color: 9415063.
HSL color Cylindrical-coordinate representation of color #97A98F: hue angle of 101.54º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #97A98F is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 151 | 169 | 143 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.34 |
| HSL | 101.54º | 0.13% | 0.61% | - |
| HSV(B) | 101.54º | 0.15% | 0.66% | - |
| XYZ | 31.91 | 36.94 | 31.43 | - |
| YUV | 160.65 | 118.04 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 169 | 143 | 0.11 | 0 | 0.15 | 0.34 | 101.54 | 0.13 | 0.61 |
| Hex | 97 | A9 | 8F | B | 0 | F | 22 | 66 | D | 3D |
| Octal | 227 | 251 | 217 | 13 | 0 | 17 | 42 | 146 | 15 | 75 |
| Binary | 10010111 | 10101001 | 10001111 | 1011 | 0 | 1111 | 100010 | 1100110 | 1101 | 111101 |
Color Harmonies of #97A98F
Complementary color
Monochromatic Colors of #97A98F
Black with #97A98F
Text Example
Text Example
White with #97A98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A98F; }
p { color: rgb(151,169,143); }
H1.HeaderClassName
{
color: #97A98F;
}
.AnyTagClassName
{
color: #97A98F;
}
</style>
background-color css
<style>
a { background-color: #97A98F; }
a { background-color: rgb(151,169,143); }
div.DivClassName
{
background-color: #97A98F;
}
.BgClassName
{
background-color: #97A98F;
}
</style>
border-color css
<style>
span { border-color: #97A98F; }
span { border-color: rgb(151,169,143); }
td.TdClassName
{
border-color: #97A98F;
}
.TagClassName
{
border-color: #97A98F;
}
</style>