Shades of Mineral Green #606D62
Tints of Mineral Green #606D62
RGB
CMYK
RGB Variations
Color information
#606D62 (or 0x606D62) is known color: Mineral Green. HEX triplet: 60, 6D and 62. RGB value is (96,109,98). Sum of RGB (Red+Green+Blue) = 96+109+98=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 109 (42.97% from 255 or 35.97% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 109 - color contains mainly: green. Hex color #606D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606D62 is #9F929D. Grayscale: #676767. Windows color (decimal): -10457758 or 6450528. OLE color: 6450528.
HSL color Cylindrical-coordinate representation of color #606D62: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #606D62 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 96 | 109 | 98 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.57 |
| HSL | 129.23º | 0.06% | 0.4% | - |
| HSV(B) | 129.23º | 0.12% | 0.43% | - |
| XYZ | 12.5 | 14.31 | 13.66 | - |
| YUV | 103.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 109 | 98 | 0.12 | 0 | 0.10 | 0.57 | 129.23 | 0.06 | 0.4 |
| Hex | 60 | 6D | 62 | C | 0 | A | 39 | 81 | 6 | 28 |
| Octal | 140 | 155 | 142 | 14 | 0 | 12 | 71 | 201 | 6 | 50 |
| Binary | 1100000 | 1101101 | 1100010 | 1100 | 0 | 1010 | 111001 | 10000001 | 110 | 101000 |
Color Harmonies of #606D62
Complementary color
Monochromatic Colors of #606D62
Black with #606D62
Text Example
Text Example
White with #606D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606D62; }
p { color: rgb(96,109,98); }
H1.HeaderClassName
{
color: #606D62;
}
.AnyTagClassName
{
color: #606D62;
}
</style>
background-color css
<style>
a { background-color: #606D62; }
a { background-color: rgb(96,109,98); }
div.DivClassName
{
background-color: #606D62;
}
.BgClassName
{
background-color: #606D62;
}
</style>
border-color css
<style>
span { border-color: #606D62; }
span { border-color: rgb(96,109,98); }
td.TdClassName
{
border-color: #606D62;
}
.TagClassName
{
border-color: #606D62;
}
</style>