Shades of Mineral Green #516A54
Tints of Mineral Green #516A54
RGB
CMYK
RGB Variations
Color information
#516A54 (or 0x516A54) is known color: Mineral Green. HEX triplet: 51, 6A and 54. RGB value is (81,106,84). Sum of RGB (Red+Green+Blue) = 81+106+84=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 106 (41.80% from 255 or 39.11% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 106 - color contains mainly: green. Hex color #516A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #516A54 is #AE95AB. Grayscale: #606060. Windows color (decimal): -11441580 or 5532241. OLE color: 5532241.
HSL color Cylindrical-coordinate representation of color #516A54: hue angle of 127.2º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #516A54 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 81 | 106 | 84 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.58 |
| HSL | 127.2º | 0.13% | 0.37% | - |
| HSV(B) | 127.2º | 0.24% | 0.42% | - |
| XYZ | 10.15 | 12.7 | 10.3 | - |
| YUV | 96.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 106 | 84 | 0.24 | 0 | 0.21 | 0.58 | 127.2 | 0.13 | 0.37 |
| Hex | 51 | 6A | 54 | 18 | 0 | 15 | 3A | 7F | D | 25 |
| Octal | 121 | 152 | 124 | 30 | 0 | 25 | 72 | 177 | 15 | 45 |
| Binary | 1010001 | 1101010 | 1010100 | 11000 | 0 | 10101 | 111010 | 1111111 | 1101 | 100101 |
Color Harmonies of #516A54
Complementary color
Monochromatic Colors of #516A54
Black with #516A54
Text Example
Text Example
White with #516A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #516A54; }
p { color: rgb(81,106,84); }
H1.HeaderClassName
{
color: #516A54;
}
.AnyTagClassName
{
color: #516A54;
}
</style>
background-color css
<style>
a { background-color: #516A54; }
a { background-color: rgb(81,106,84); }
div.DivClassName
{
background-color: #516A54;
}
.BgClassName
{
background-color: #516A54;
}
</style>
border-color css
<style>
span { border-color: #516A54; }
span { border-color: rgb(81,106,84); }
td.TdClassName
{
border-color: #516A54;
}
.TagClassName
{
border-color: #516A54;
}
</style>