Shades of Mantle #8DB07F
Tints of Mantle #8DB07F
RGB
CMYK
RGB Variations
Color information
#8DB07F (or 0x8DB07F) is known color: Mantle. HEX triplet: 8D, B0 and 7F. RGB value is (141,176,127). Sum of RGB (Red+Green+Blue) = 141+176+127=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 176 (69.14% from 255 or 39.64% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB07F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB07F is #724F80. Grayscale: #A0A0A0. Windows color (decimal): -7491457 or 8368269. OLE color: 8368269.
HSL color Cylindrical-coordinate representation of color #8DB07F: hue angle of 102.86º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8DB07F is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 176 | 127 | - |
| CMYK | 0.20 | 0 | 0.28 | 0.31 |
| HSL | 102.86º | 0.24% | 0.59% | - |
| HSV(B) | 102.86º | 0.28% | 0.69% | - |
| XYZ | 30.34 | 38.25 | 25.86 | - |
| YUV | 159.95 | 109.4 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 176 | 127 | 0.20 | 0 | 0.28 | 0.31 | 102.86 | 0.24 | 0.59 |
| Hex | 8D | B0 | 7F | 14 | 0 | 1C | 1F | 67 | 18 | 3B |
| Octal | 215 | 260 | 177 | 24 | 0 | 34 | 37 | 147 | 30 | 73 |
| Binary | 10001101 | 10110000 | 1111111 | 10100 | 0 | 11100 | 11111 | 1100111 | 11000 | 111011 |
Color Harmonies of #8DB07F
Complementary color
Monochromatic Colors of #8DB07F
Black with #8DB07F
Text Example
Text Example
White with #8DB07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DB07F; }
p { color: rgb(141,176,127); }
H1.HeaderClassName
{
color: #8DB07F;
}
.AnyTagClassName
{
color: #8DB07F;
}
</style>
background-color css
<style>
a { background-color: #8DB07F; }
a { background-color: rgb(141,176,127); }
div.DivClassName
{
background-color: #8DB07F;
}
.BgClassName
{
background-color: #8DB07F;
}
</style>
border-color css
<style>
span { border-color: #8DB07F; }
span { border-color: rgb(141,176,127); }
td.TdClassName
{
border-color: #8DB07F;
}
.TagClassName
{
border-color: #8DB07F;
}
</style>