Shades of Mineral Green #5A695C
Tints of Mineral Green #5A695C
RGB
CMYK
RGB Variations
Color information
#5A695C (or 0x5A695C) is known color: Mineral Green. HEX triplet: 5A, 69 and 5C. RGB value is (90,105,92). Sum of RGB (Red+Green+Blue) = 90+105+92=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 105 (41.41% from 255 or 36.59% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 105 - color contains mainly: green. Hex color #5A695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A695C is #A596A3. Grayscale: #636363. Windows color (decimal): -10852004 or 6056282. OLE color: 6056282.
HSL color Cylindrical-coordinate representation of color #5A695C: hue angle of 128º 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 #5A695C is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 92 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.59 |
| HSL | 128º | 0.08% | 0.38% | - |
| HSV(B) | 128º | 0.14% | 0.41% | - |
| XYZ | 11.2 | 13.05 | 12.05 | - |
| YUV | 99.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 92 | 0.14 | 0 | 0.12 | 0.59 | 128 | 0.08 | 0.38 |
| Hex | 5A | 69 | 5C | E | 0 | C | 3B | 80 | 8 | 26 |
| Octal | 132 | 151 | 134 | 16 | 0 | 14 | 73 | 200 | 10 | 46 |
| Binary | 1011010 | 1101001 | 1011100 | 1110 | 0 | 1100 | 111011 | 10000000 | 1000 | 100110 |
Color Harmonies of #5A695C
Complementary color
Monochromatic Colors of #5A695C
Black with #5A695C
Text Example
Text Example
White with #5A695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A695C; }
p { color: rgb(90,105,92); }
H1.HeaderClassName
{
color: #5A695C;
}
.AnyTagClassName
{
color: #5A695C;
}
</style>
background-color css
<style>
a { background-color: #5A695C; }
a { background-color: rgb(90,105,92); }
div.DivClassName
{
background-color: #5A695C;
}
.BgClassName
{
background-color: #5A695C;
}
</style>
border-color css
<style>
span { border-color: #5A695C; }
span { border-color: rgb(90,105,92); }
td.TdClassName
{
border-color: #5A695C;
}
.TagClassName
{
border-color: #5A695C;
}
</style>