Shades of Mineral Green #54705A
Tints of Mineral Green #54705A
RGB
CMYK
RGB Variations
Color information
#54705A (or 0x54705A) is known color: Mineral Green. HEX triplet: 54, 70 and 5A. RGB value is (84,112,90). Sum of RGB (Red+Green+Blue) = 84+112+90=286 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.37% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #54705A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54705A is #AB8FA5. Grayscale: #656565. Windows color (decimal): -11243430 or 5926996. OLE color: 5926996.
HSL color Cylindrical-coordinate representation of color #54705A: hue angle of 132.86º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #54705A is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 84 | 112 | 90 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.56 |
| HSL | 132.86º | 0.14% | 0.38% | - |
| HSV(B) | 132.86º | 0.25% | 0.44% | - |
| XYZ | 11.3 | 14.21 | 11.82 | - |
| YUV | 101.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 112 | 90 | 0.25 | 0 | 0.20 | 0.56 | 132.86 | 0.14 | 0.38 |
| Hex | 54 | 70 | 5A | 19 | 0 | 14 | 38 | 85 | E | 26 |
| Octal | 124 | 160 | 132 | 31 | 0 | 24 | 70 | 205 | 16 | 46 |
| Binary | 1010100 | 1110000 | 1011010 | 11001 | 0 | 10100 | 111000 | 10000101 | 1110 | 100110 |
Color Harmonies of #54705A
Complementary color
Monochromatic Colors of #54705A
Black with #54705A
Text Example
Text Example
White with #54705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54705A; }
p { color: rgb(84,112,90); }
H1.HeaderClassName
{
color: #54705A;
}
.AnyTagClassName
{
color: #54705A;
}
</style>
background-color css
<style>
a { background-color: #54705A; }
a { background-color: rgb(84,112,90); }
div.DivClassName
{
background-color: #54705A;
}
.BgClassName
{
background-color: #54705A;
}
</style>
border-color css
<style>
span { border-color: #54705A; }
span { border-color: rgb(84,112,90); }
td.TdClassName
{
border-color: #54705A;
}
.TagClassName
{
border-color: #54705A;
}
</style>