Shades of Mineral Green #5A695F
Tints of Mineral Green #5A695F
RGB
CMYK
RGB Variations
Color information
#5A695F (or 0x5A695F) is known color: Mineral Green. HEX triplet: 5A, 69 and 5F. RGB value is (90,105,95). Sum of RGB (Red+Green+Blue) = 90+105+95=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 105 - color contains mainly: green. Hex color #5A695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A695F is #A596A0. Grayscale: #636363. Windows color (decimal): -10852001 or 6252890. OLE color: 6252890.
HSL color Cylindrical-coordinate representation of color #5A695F: hue angle of 140º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A695F is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 95 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.59 |
| HSL | 140º | 0.08% | 0.38% | - |
| HSV(B) | 140º | 0.14% | 0.41% | - |
| XYZ | 11.33 | 13.1 | 12.76 | - |
| YUV | 99.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 95 | 0.14 | 0 | 0.10 | 0.59 | 140 | 0.08 | 0.38 |
| Hex | 5A | 69 | 5F | E | 0 | A | 3B | 8C | 8 | 26 |
| Octal | 132 | 151 | 137 | 16 | 0 | 12 | 73 | 214 | 10 | 46 |
| Binary | 1011010 | 1101001 | 1011111 | 1110 | 0 | 1010 | 111011 | 10001100 | 1000 | 100110 |
Color Harmonies of #5A695F
Complementary color
Monochromatic Colors of #5A695F
Black with #5A695F
Text Example
Text Example
White with #5A695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A695F; }
p { color: rgb(90,105,95); }
H1.HeaderClassName
{
color: #5A695F;
}
.AnyTagClassName
{
color: #5A695F;
}
</style>
background-color css
<style>
a { background-color: #5A695F; }
a { background-color: rgb(90,105,95); }
div.DivClassName
{
background-color: #5A695F;
}
.BgClassName
{
background-color: #5A695F;
}
</style>
border-color css
<style>
span { border-color: #5A695F; }
span { border-color: rgb(90,105,95); }
td.TdClassName
{
border-color: #5A695F;
}
.TagClassName
{
border-color: #5A695F;
}
</style>