Shades of Mineral Green #616F63
Tints of Mineral Green #616F63
RGB
CMYK
RGB Variations
Color information
#616F63 (or 0x616F63) is known color: Mineral Green. HEX triplet: 61, 6F and 63. RGB value is (97,111,99). Sum of RGB (Red+Green+Blue) = 97+111+99=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 111 (43.75% from 255 or 36.16% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 111 - color contains mainly: green. Hex color #616F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F63 is #9E909C. Grayscale: #696969. Windows color (decimal): -10391709 or 6516577. OLE color: 6516577.
HSL color Cylindrical-coordinate representation of color #616F63: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616F63 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 99 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.56 |
| HSL | 128.57º | 0.07% | 0.41% | - |
| HSV(B) | 128.57º | 0.13% | 0.44% | - |
| XYZ | 12.87 | 14.81 | 13.99 | - |
| YUV | 105.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 99 | 0.13 | 0 | 0.11 | 0.56 | 128.57 | 0.07 | 0.41 |
| Hex | 61 | 6F | 63 | D | 0 | B | 38 | 81 | 7 | 29 |
| Octal | 141 | 157 | 143 | 15 | 0 | 13 | 70 | 201 | 7 | 51 |
| Binary | 1100001 | 1101111 | 1100011 | 1101 | 0 | 1011 | 111000 | 10000001 | 111 | 101001 |
Color Harmonies of #616F63
Complementary color
Monochromatic Colors of #616F63
Black with #616F63
Text Example
Text Example
White with #616F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F63; }
p { color: rgb(97,111,99); }
H1.HeaderClassName
{
color: #616F63;
}
.AnyTagClassName
{
color: #616F63;
}
</style>
background-color css
<style>
a { background-color: #616F63; }
a { background-color: rgb(97,111,99); }
div.DivClassName
{
background-color: #616F63;
}
.BgClassName
{
background-color: #616F63;
}
</style>
border-color css
<style>
span { border-color: #616F63; }
span { border-color: rgb(97,111,99); }
td.TdClassName
{
border-color: #616F63;
}
.TagClassName
{
border-color: #616F63;
}
</style>