Shades of Mineral Green #54695C
Tints of Mineral Green #54695C
RGB
CMYK
RGB Variations
Color information
#54695C (or 0x54695C) is known color: Mineral Green. HEX triplet: 54, 69 and 5C. RGB value is (84,105,92). Sum of RGB (Red+Green+Blue) = 84+105+92=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #54695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54695C is #AB96A3. Grayscale: #616161. Windows color (decimal): -11245220 or 6056276. OLE color: 6056276.
HSL color Cylindrical-coordinate representation of color #54695C: hue angle of 142.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #54695C is Cyan = 0.20, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 105 | 92 | - |
| CMYK | 0.20 | 0 | 0.12 | 0.59 |
| HSL | 142.86º | 0.11% | 0.37% | - |
| HSV(B) | 142.86º | 0.2% | 0.41% | - |
| XYZ | 10.64 | 12.76 | 12.03 | - |
| YUV | 97.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 92 | 0.20 | 0 | 0.12 | 0.59 | 142.86 | 0.11 | 0.37 |
| Hex | 54 | 69 | 5C | 14 | 0 | C | 3B | 8F | B | 25 |
| Octal | 124 | 151 | 134 | 24 | 0 | 14 | 73 | 217 | 13 | 45 |
| Binary | 1010100 | 1101001 | 1011100 | 10100 | 0 | 1100 | 111011 | 10001111 | 1011 | 100101 |
Color Harmonies of #54695C
Complementary color
Monochromatic Colors of #54695C
Black with #54695C
Text Example
Text Example
White with #54695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54695C; }
p { color: rgb(84,105,92); }
H1.HeaderClassName
{
color: #54695C;
}
.AnyTagClassName
{
color: #54695C;
}
</style>
background-color css
<style>
a { background-color: #54695C; }
a { background-color: rgb(84,105,92); }
div.DivClassName
{
background-color: #54695C;
}
.BgClassName
{
background-color: #54695C;
}
</style>
border-color css
<style>
span { border-color: #54695C; }
span { border-color: rgb(84,105,92); }
td.TdClassName
{
border-color: #54695C;
}
.TagClassName
{
border-color: #54695C;
}
</style>