Shades of Mineral Green #616462
Tints of Mineral Green #616462
RGB
CMYK
RGB Variations
Color information
#616462 (or 0x616462) is known color: Mineral Green. HEX triplet: 61, 64 and 62. RGB value is (97,100,98). Sum of RGB (Red+Green+Blue) = 97+100+98=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 98 (38.67% from 255 or 33.22% from 295); Max value from RGB is 100 - color contains mainly: green. Hex color #616462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616462 is #9E9B9D. Grayscale: #626262. Windows color (decimal): -10394526 or 6448225. OLE color: 6448225.
HSL color Cylindrical-coordinate representation of color #616462: hue angle of 140º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #616462 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 100 | 98 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.61 |
| HSL | 140º | 0.02% | 0.39% | - |
| HSV(B) | 140º | 0.03% | 0.39% | - |
| XYZ | 11.69 | 12.54 | 13.36 | - |
| YUV | 98.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 100 | 98 | 0.03 | 0 | 0.02 | 0.61 | 140 | 0.02 | 0.39 |
| Hex | 61 | 64 | 62 | 3 | 0 | 2 | 3D | 8C | 2 | 27 |
| Octal | 141 | 144 | 142 | 3 | 0 | 2 | 75 | 214 | 2 | 47 |
| Binary | 1100001 | 1100100 | 1100010 | 11 | 0 | 10 | 111101 | 10001100 | 10 | 100111 |
Color Harmonies of #616462
Complementary color
Monochromatic Colors of #616462
Black with #616462
Text Example
Text Example
White with #616462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616462; }
p { color: rgb(97,100,98); }
H1.HeaderClassName
{
color: #616462;
}
.AnyTagClassName
{
color: #616462;
}
</style>
background-color css
<style>
a { background-color: #616462; }
a { background-color: rgb(97,100,98); }
div.DivClassName
{
background-color: #616462;
}
.BgClassName
{
background-color: #616462;
}
</style>
border-color css
<style>
span { border-color: #616462; }
span { border-color: rgb(97,100,98); }
td.TdClassName
{
border-color: #616462;
}
.TagClassName
{
border-color: #616462;
}
</style>