Shades of Mineral Green #5A6F5E
Tints of Mineral Green #5A6F5E
RGB
CMYK
RGB Variations
Color information
#5A6F5E (or 0x5A6F5E) is known color: Mineral Green. HEX triplet: 5A, 6F and 5E. RGB value is (90,111,94). Sum of RGB (Red+Green+Blue) = 90+111+94=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #5A6F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6F5E is #A590A1. Grayscale: #666666. Windows color (decimal): -10850466 or 6188890. OLE color: 6188890.
HSL color Cylindrical-coordinate representation of color #5A6F5E: hue angle of 131.43º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5A6F5E is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 90 | 111 | 94 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.56 |
| HSL | 131.43º | 0.1% | 0.39% | - |
| HSV(B) | 131.43º | 0.19% | 0.44% | - |
| XYZ | 11.92 | 14.35 | 12.73 | - |
| YUV | 102.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 94 | 0.19 | 0 | 0.15 | 0.56 | 131.43 | 0.1 | 0.39 |
| Hex | 5A | 6F | 5E | 13 | 0 | F | 38 | 83 | A | 27 |
| Octal | 132 | 157 | 136 | 23 | 0 | 17 | 70 | 203 | 12 | 47 |
| Binary | 1011010 | 1101111 | 1011110 | 10011 | 0 | 1111 | 111000 | 10000011 | 1010 | 100111 |
Color Harmonies of #5A6F5E
Complementary color
Monochromatic Colors of #5A6F5E
Black with #5A6F5E
Text Example
Text Example
White with #5A6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6F5E; }
p { color: rgb(90,111,94); }
H1.HeaderClassName
{
color: #5A6F5E;
}
.AnyTagClassName
{
color: #5A6F5E;
}
</style>
background-color css
<style>
a { background-color: #5A6F5E; }
a { background-color: rgb(90,111,94); }
div.DivClassName
{
background-color: #5A6F5E;
}
.BgClassName
{
background-color: #5A6F5E;
}
</style>
border-color css
<style>
span { border-color: #5A6F5E; }
span { border-color: rgb(90,111,94); }
td.TdClassName
{
border-color: #5A6F5E;
}
.TagClassName
{
border-color: #5A6F5E;
}
</style>