Shades of Mineral Green #606B62
Tints of Mineral Green #606B62
RGB
CMYK
RGB Variations
Color information
#606B62 (or 0x606B62) is known color: Mineral Green. HEX triplet: 60, 6B and 62. RGB value is (96,107,98). Sum of RGB (Red+Green+Blue) = 96+107+98=301 (39% of max value = 765). Red value is 96 (37.89% from 255 or 31.89% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 107 - color contains mainly: green. Hex color #606B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606B62 is #9F949D. Grayscale: #666666. Windows color (decimal): -10458270 or 6450016. OLE color: 6450016.
HSL color Cylindrical-coordinate representation of color #606B62: hue angle of 130.91º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #606B62 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 107 | 98 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.58 |
| HSL | 130.91º | 0.05% | 0.4% | - |
| HSV(B) | 130.91º | 0.1% | 0.42% | - |
| XYZ | 12.29 | 13.88 | 13.59 | - |
| YUV | 102.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 98 | 0.10 | 0 | 0.08 | 0.58 | 130.91 | 0.05 | 0.4 |
| Hex | 60 | 6B | 62 | A | 0 | 8 | 3A | 83 | 5 | 28 |
| Octal | 140 | 153 | 142 | 12 | 0 | 10 | 72 | 203 | 5 | 50 |
| Binary | 1100000 | 1101011 | 1100010 | 1010 | 0 | 1000 | 111010 | 10000011 | 101 | 101000 |
Color Harmonies of #606B62
Complementary color
Monochromatic Colors of #606B62
Black with #606B62
Text Example
Text Example
White with #606B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B62; }
p { color: rgb(96,107,98); }
H1.HeaderClassName
{
color: #606B62;
}
.AnyTagClassName
{
color: #606B62;
}
</style>
background-color css
<style>
a { background-color: #606B62; }
a { background-color: rgb(96,107,98); }
div.DivClassName
{
background-color: #606B62;
}
.BgClassName
{
background-color: #606B62;
}
</style>
border-color css
<style>
span { border-color: #606B62; }
span { border-color: rgb(96,107,98); }
td.TdClassName
{
border-color: #606B62;
}
.TagClassName
{
border-color: #606B62;
}
</style>