Shades of Mineral Green #616862
Tints of Mineral Green #616862
RGB
CMYK
RGB Variations
Color information
#616862 (or 0x616862) is known color: Mineral Green. HEX triplet: 61, 68 and 62. RGB value is (97,104,98). Sum of RGB (Red+Green+Blue) = 97+104+98=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 104 - color contains mainly: green. Hex color #616862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616862 is #9E979D. Grayscale: #656565. Windows color (decimal): -10393502 or 6449249. OLE color: 6449249.
HSL color Cylindrical-coordinate representation of color #616862: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #616862 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 104 | 98 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.59 |
| HSL | 128.57º | 0.03% | 0.39% | - |
| HSV(B) | 128.57º | 0.07% | 0.41% | - |
| XYZ | 12.08 | 13.32 | 13.49 | - |
| YUV | 101.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 104 | 98 | 0.07 | 0 | 0.06 | 0.59 | 128.57 | 0.03 | 0.39 |
| Hex | 61 | 68 | 62 | 7 | 0 | 6 | 3B | 81 | 3 | 27 |
| Octal | 141 | 150 | 142 | 7 | 0 | 6 | 73 | 201 | 3 | 47 |
| Binary | 1100001 | 1101000 | 1100010 | 111 | 0 | 110 | 111011 | 10000001 | 11 | 100111 |
Color Harmonies of #616862
Complementary color
Monochromatic Colors of #616862
Black with #616862
Text Example
Text Example
White with #616862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616862; }
p { color: rgb(97,104,98); }
H1.HeaderClassName
{
color: #616862;
}
.AnyTagClassName
{
color: #616862;
}
</style>
background-color css
<style>
a { background-color: #616862; }
a { background-color: rgb(97,104,98); }
div.DivClassName
{
background-color: #616862;
}
.BgClassName
{
background-color: #616862;
}
</style>
border-color css
<style>
span { border-color: #616862; }
span { border-color: rgb(97,104,98); }
td.TdClassName
{
border-color: #616862;
}
.TagClassName
{
border-color: #616862;
}
</style>