Shades of Mineral Green #626863
Tints of Mineral Green #626863
RGB
CMYK
RGB Variations
Color information
#626863 (or 0x626863) is known color: Mineral Green. HEX triplet: 62, 68 and 63. RGB value is (98,104,99). Sum of RGB (Red+Green+Blue) = 98+104+99=301 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.56% from 301); Green value is 104 (41.02% from 255 or 34.55% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 104 - color contains mainly: green. Hex color #626863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626863 is #9D979C. Grayscale: #656565. Windows color (decimal): -10327965 or 6514786. OLE color: 6514786.
HSL color Cylindrical-coordinate representation of color #626863: hue angle of 130º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #626863 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 99 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.59 |
| HSL | 130º | 0.03% | 0.4% | - |
| HSV(B) | 130º | 0.06% | 0.41% | - |
| XYZ | 12.24 | 13.4 | 13.75 | - |
| YUV | 101.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 99 | 0.06 | 0 | 0.05 | 0.59 | 130 | 0.03 | 0.4 |
| Hex | 62 | 68 | 63 | 6 | 0 | 5 | 3B | 82 | 3 | 28 |
| Octal | 142 | 150 | 143 | 6 | 0 | 5 | 73 | 202 | 3 | 50 |
| Binary | 1100010 | 1101000 | 1100011 | 110 | 0 | 101 | 111011 | 10000010 | 11 | 101000 |
Color Harmonies of #626863
Complementary color
Monochromatic Colors of #626863
Black with #626863
Text Example
Text Example
White with #626863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626863; }
p { color: rgb(98,104,99); }
H1.HeaderClassName
{
color: #626863;
}
.AnyTagClassName
{
color: #626863;
}
</style>
background-color css
<style>
a { background-color: #626863; }
a { background-color: rgb(98,104,99); }
div.DivClassName
{
background-color: #626863;
}
.BgClassName
{
background-color: #626863;
}
</style>
border-color css
<style>
span { border-color: #626863; }
span { border-color: rgb(98,104,99); }
td.TdClassName
{
border-color: #626863;
}
.TagClassName
{
border-color: #626863;
}
</style>