Shades of Mineral Green #616662
Tints of Mineral Green #616662
RGB
CMYK
RGB Variations
Color information
#616662 (or 0x616662) is known color: Mineral Green. HEX triplet: 61, 66 and 62. RGB value is (97,102,98). Sum of RGB (Red+Green+Blue) = 97+102+98=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 102 - color contains mainly: green. Hex color #616662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616662 is #9E999D. Grayscale: #646464. Windows color (decimal): -10394014 or 6448737. OLE color: 6448737.
HSL color Cylindrical-coordinate representation of color #616662: hue angle of 132º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #616662 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 97 | 102 | 98 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.6 |
| HSL | 132º | 0.03% | 0.39% | - |
| HSV(B) | 132º | 0.05% | 0.4% | - |
| XYZ | 11.89 | 12.93 | 13.42 | - |
| YUV | 100.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 102 | 98 | 0.05 | 0 | 0.04 | 0.6 | 132 | 0.03 | 0.39 |
| Hex | 61 | 66 | 62 | 5 | 0 | 4 | 3C | 84 | 3 | 27 |
| Octal | 141 | 146 | 142 | 5 | 0 | 4 | 74 | 204 | 3 | 47 |
| Binary | 1100001 | 1100110 | 1100010 | 101 | 0 | 100 | 111100 | 10000100 | 11 | 100111 |
Color Harmonies of #616662
Complementary color
Monochromatic Colors of #616662
Black with #616662
Text Example
Text Example
White with #616662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616662; }
p { color: rgb(97,102,98); }
H1.HeaderClassName
{
color: #616662;
}
.AnyTagClassName
{
color: #616662;
}
</style>
background-color css
<style>
a { background-color: #616662; }
a { background-color: rgb(97,102,98); }
div.DivClassName
{
background-color: #616662;
}
.BgClassName
{
background-color: #616662;
}
</style>
border-color css
<style>
span { border-color: #616662; }
span { border-color: rgb(97,102,98); }
td.TdClassName
{
border-color: #616662;
}
.TagClassName
{
border-color: #616662;
}
</style>