Shades of Mineral Green #606861
Tints of Mineral Green #606861
RGB
CMYK
RGB Variations
Color information
#606861 (or 0x606861) is known color: Mineral Green. HEX triplet: 60, 68 and 61. RGB value is (96,104,97). Sum of RGB (Red+Green+Blue) = 96+104+97=297 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.32% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 104 - color contains mainly: green. Hex color #606861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606861 is #9F979E. Grayscale: #646464. Windows color (decimal): -10459039 or 6383712. OLE color: 6383712.
HSL color Cylindrical-coordinate representation of color #606861: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #606861 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 104 | 97 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.59 |
| HSL | 127.5º | 0.04% | 0.39% | - |
| HSV(B) | 127.5º | 0.08% | 0.41% | - |
| XYZ | 11.93 | 13.25 | 13.24 | - |
| YUV | 100.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 104 | 97 | 0.08 | 0 | 0.07 | 0.59 | 127.5 | 0.04 | 0.39 |
| Hex | 60 | 68 | 61 | 8 | 0 | 7 | 3B | 80 | 4 | 27 |
| Octal | 140 | 150 | 141 | 10 | 0 | 7 | 73 | 200 | 4 | 47 |
| Binary | 1100000 | 1101000 | 1100001 | 1000 | 0 | 111 | 111011 | 10000000 | 100 | 100111 |
Color Harmonies of #606861
Complementary color
Monochromatic Colors of #606861
Black with #606861
Text Example
Text Example
White with #606861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606861; }
p { color: rgb(96,104,97); }
H1.HeaderClassName
{
color: #606861;
}
.AnyTagClassName
{
color: #606861;
}
</style>
background-color css
<style>
a { background-color: #606861; }
a { background-color: rgb(96,104,97); }
div.DivClassName
{
background-color: #606861;
}
.BgClassName
{
background-color: #606861;
}
</style>
border-color css
<style>
span { border-color: #606861; }
span { border-color: rgb(96,104,97); }
td.TdClassName
{
border-color: #606861;
}
.TagClassName
{
border-color: #606861;
}
</style>