Shades of Mineral Green #5A6A60
Tints of Mineral Green #5A6A60
RGB
CMYK
RGB Variations
Color information
#5A6A60 (or 0x5A6A60) is known color: Mineral Green. HEX triplet: 5A, 6A and 60. RGB value is (90,106,96). Sum of RGB (Red+Green+Blue) = 90+106+96=292 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.82% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 106 - color contains mainly: green. Hex color #5A6A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6A60 is #A5959F. Grayscale: #646464. Windows color (decimal): -10851744 or 6318682. OLE color: 6318682.
HSL color Cylindrical-coordinate representation of color #5A6A60: hue angle of 142.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A6A60 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 90 | 106 | 96 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.58 |
| HSL | 142.5º | 0.08% | 0.38% | - |
| HSV(B) | 142.5º | 0.15% | 0.42% | - |
| XYZ | 11.48 | 13.33 | 13.03 | - |
| YUV | 100.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 106 | 96 | 0.15 | 0 | 0.09 | 0.58 | 142.5 | 0.08 | 0.38 |
| Hex | 5A | 6A | 60 | F | 0 | 9 | 3A | 8E | 8 | 26 |
| Octal | 132 | 152 | 140 | 17 | 0 | 11 | 72 | 216 | 10 | 46 |
| Binary | 1011010 | 1101010 | 1100000 | 1111 | 0 | 1001 | 111010 | 10001110 | 1000 | 100110 |
Color Harmonies of #5A6A60
Complementary color
Monochromatic Colors of #5A6A60
Black with #5A6A60
Text Example
Text Example
White with #5A6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6A60; }
p { color: rgb(90,106,96); }
H1.HeaderClassName
{
color: #5A6A60;
}
.AnyTagClassName
{
color: #5A6A60;
}
</style>
background-color css
<style>
a { background-color: #5A6A60; }
a { background-color: rgb(90,106,96); }
div.DivClassName
{
background-color: #5A6A60;
}
.BgClassName
{
background-color: #5A6A60;
}
</style>
border-color css
<style>
span { border-color: #5A6A60; }
span { border-color: rgb(90,106,96); }
td.TdClassName
{
border-color: #5A6A60;
}
.TagClassName
{
border-color: #5A6A60;
}
</style>