Shades of Mineral Green #626963
Tints of Mineral Green #626963
RGB
CMYK
RGB Variations
Color information
#626963 (or 0x626963) is known color: Mineral Green. HEX triplet: 62, 69 and 63. RGB value is (98,105,99). Sum of RGB (Red+Green+Blue) = 98+105+99=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 99 (39.06% from 255 or 32.78% from 302); Max value from RGB is 105 - color contains mainly: green. Hex color #626963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626963 is #9D969C. Grayscale: #666666. Windows color (decimal): -10327709 or 6515042. OLE color: 6515042.
HSL color Cylindrical-coordinate representation of color #626963: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #626963 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 105 | 99 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.59 |
| HSL | 128.57º | 0.03% | 0.4% | - |
| HSV(B) | 128.57º | 0.07% | 0.41% | - |
| XYZ | 12.34 | 13.6 | 13.78 | - |
| YUV | 102.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 99 | 0.07 | 0 | 0.06 | 0.59 | 128.57 | 0.03 | 0.4 |
| Hex | 62 | 69 | 63 | 7 | 0 | 6 | 3B | 81 | 3 | 28 |
| Octal | 142 | 151 | 143 | 7 | 0 | 6 | 73 | 201 | 3 | 50 |
| Binary | 1100010 | 1101001 | 1100011 | 111 | 0 | 110 | 111011 | 10000001 | 11 | 101000 |
Color Harmonies of #626963
Complementary color
Monochromatic Colors of #626963
Black with #626963
Text Example
Text Example
White with #626963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626963; }
p { color: rgb(98,105,99); }
H1.HeaderClassName
{
color: #626963;
}
.AnyTagClassName
{
color: #626963;
}
</style>
background-color css
<style>
a { background-color: #626963; }
a { background-color: rgb(98,105,99); }
div.DivClassName
{
background-color: #626963;
}
.BgClassName
{
background-color: #626963;
}
</style>
border-color css
<style>
span { border-color: #626963; }
span { border-color: rgb(98,105,99); }
td.TdClassName
{
border-color: #626963;
}
.TagClassName
{
border-color: #626963;
}
</style>