Shades of Mantle #8DB081
Tints of Mantle #8DB081
RGB
CMYK
RGB Variations
Color information
#8DB081 (or 0x8DB081) is known color: Mantle. HEX triplet: 8D, B0 and 81. RGB value is (141,176,129). Sum of RGB (Red+Green+Blue) = 141+176+129=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 176 (69.14% from 255 or 39.46% from 446); Blue value is 129 (50.78% from 255 or 28.92% from 446); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB081 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DB081 is #724F7E. Grayscale: #A0A0A0. Windows color (decimal): -7491455 or 8499341. OLE color: 8499341.
HSL color Cylindrical-coordinate representation of color #8DB081: hue angle of 104.68º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8DB081 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 129 | - |
| CMYK | 0.20 | 0 | 0.27 | 0.31 |
| HSL | 104.68º | 0.23% | 0.6% | - |
| HSV(B) | 104.68º | 0.27% | 0.69% | - |
| XYZ | 30.47 | 38.3 | 26.56 | - |
| YUV | 160.18 | 110.4 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 129 | 0.20 | 0 | 0.27 | 0.31 | 104.68 | 0.23 | 0.6 |
| Hex | 8D | B0 | 81 | 14 | 0 | 1B | 1F | 69 | 17 | 3C |
| Octal | 215 | 260 | 201 | 24 | 0 | 33 | 37 | 151 | 27 | 74 |
| Binary | 10001101 | 10110000 | 10000001 | 10100 | 0 | 11011 | 11111 | 1101001 | 10111 | 111100 |
Color Harmonies of #8DB081
Complementary color
Monochromatic Colors of #8DB081
Black with #8DB081
Text Example
Text Example
White with #8DB081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB081; }
p { color: rgb(141,176,129); }
H1.HeaderClassName
{
color: #8DB081;
}
.AnyTagClassName
{
color: #8DB081;
}
</style>
background-color css
<style>
a { background-color: #8DB081; }
a { background-color: rgb(141,176,129); }
div.DivClassName
{
background-color: #8DB081;
}
.BgClassName
{
background-color: #8DB081;
}
</style>
border-color css
<style>
span { border-color: #8DB081; }
span { border-color: rgb(141,176,129); }
td.TdClassName
{
border-color: #8DB081;
}
.TagClassName
{
border-color: #8DB081;
}
</style>