Shades of Mineral Green #516D56
Tints of Mineral Green #516D56
RGB
CMYK
RGB Variations
Color information
#516D56 (or 0x516D56) is known color: Mineral Green. HEX triplet: 51, 6D and 56. RGB value is (81,109,86). Sum of RGB (Red+Green+Blue) = 81+109+86=276 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.35% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 109 - color contains mainly: green. Hex color #516D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516D56 is #AE92A9. Grayscale: #626262. Windows color (decimal): -11440810 or 5664081. OLE color: 5664081.
HSL color Cylindrical-coordinate representation of color #516D56: hue angle of 130.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #516D56 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 81 | 109 | 86 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.57 |
| HSL | 130.71º | 0.15% | 0.37% | - |
| HSV(B) | 130.71º | 0.26% | 0.43% | - |
| XYZ | 10.54 | 13.36 | 10.83 | - |
| YUV | 98.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 109 | 86 | 0.26 | 0 | 0.21 | 0.57 | 130.71 | 0.15 | 0.37 |
| Hex | 51 | 6D | 56 | 1A | 0 | 15 | 39 | 83 | F | 25 |
| Octal | 121 | 155 | 126 | 32 | 0 | 25 | 71 | 203 | 17 | 45 |
| Binary | 1010001 | 1101101 | 1010110 | 11010 | 0 | 10101 | 111001 | 10000011 | 1111 | 100101 |
Color Harmonies of #516D56
Complementary color
Monochromatic Colors of #516D56
Black with #516D56
Text Example
Text Example
White with #516D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516D56; }
p { color: rgb(81,109,86); }
H1.HeaderClassName
{
color: #516D56;
}
.AnyTagClassName
{
color: #516D56;
}
</style>
background-color css
<style>
a { background-color: #516D56; }
a { background-color: rgb(81,109,86); }
div.DivClassName
{
background-color: #516D56;
}
.BgClassName
{
background-color: #516D56;
}
</style>
border-color css
<style>
span { border-color: #516D56; }
span { border-color: rgb(81,109,86); }
td.TdClassName
{
border-color: #516D56;
}
.TagClassName
{
border-color: #516D56;
}
</style>