Shades of Mantle #97A68D
Tints of Mantle #97A68D
RGB
CMYK
RGB Variations
Color information
#97A68D (or 0x97A68D) is known color: Mantle. HEX triplet: 97, A6 and 8D. RGB value is (151,166,141). Sum of RGB (Red+Green+Blue) = 151+166+141=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 166 (65.23% from 255 or 36.24% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 166 - color contains mainly: green. Hex color #97A68D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97A68D is #685972. Grayscale: #9E9E9E. Windows color (decimal): -6838643 or 9283223. OLE color: 9283223.
HSL color Cylindrical-coordinate representation of color #97A68D: hue angle of 96º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #97A68D is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 151 | 166 | 141 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.35 |
| HSL | 96º | 0.12% | 0.6% | - |
| HSV(B) | 96º | 0.15% | 0.65% | - |
| XYZ | 31.21 | 35.77 | 30.46 | - |
| YUV | 158.67 | 118.03 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 166 | 141 | 0.09 | 0 | 0.15 | 0.35 | 96 | 0.12 | 0.6 |
| Hex | 97 | A6 | 8D | 9 | 0 | F | 23 | 60 | C | 3C |
| Octal | 227 | 246 | 215 | 11 | 0 | 17 | 43 | 140 | 14 | 74 |
| Binary | 10010111 | 10100110 | 10001101 | 1001 | 0 | 1111 | 100011 | 1100000 | 1100 | 111100 |
Color Harmonies of #97A68D
Complementary color
Monochromatic Colors of #97A68D
Black with #97A68D
Text Example
Text Example
White with #97A68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97A68D; }
p { color: rgb(151,166,141); }
H1.HeaderClassName
{
color: #97A68D;
}
.AnyTagClassName
{
color: #97A68D;
}
</style>
background-color css
<style>
a { background-color: #97A68D; }
a { background-color: rgb(151,166,141); }
div.DivClassName
{
background-color: #97A68D;
}
.BgClassName
{
background-color: #97A68D;
}
</style>
border-color css
<style>
span { border-color: #97A68D; }
span { border-color: rgb(151,166,141); }
td.TdClassName
{
border-color: #97A68D;
}
.TagClassName
{
border-color: #97A68D;
}
</style>