Shades of Mineral Green #607262
Tints of Mineral Green #607262
RGB
CMYK
RGB Variations
Color information
#607262 (or 0x607262) is known color: Mineral Green. HEX triplet: 60, 72 and 62. RGB value is (96,114,98). Sum of RGB (Red+Green+Blue) = 96+114+98=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 114 (44.92% from 255 or 37.01% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 114 - color contains mainly: green. Hex color #607262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607262 is #9F8D9D. Grayscale: #6A6A6A. Windows color (decimal): -10456478 or 6451808. OLE color: 6451808.
HSL color Cylindrical-coordinate representation of color #607262: hue angle of 126.67º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #607262 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 114 | 98 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.55 |
| HSL | 126.67º | 0.09% | 0.41% | - |
| HSV(B) | 126.67º | 0.16% | 0.45% | - |
| XYZ | 13.05 | 15.4 | 13.84 | - |
| YUV | 106.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 114 | 98 | 0.16 | 0 | 0.14 | 0.55 | 126.67 | 0.09 | 0.41 |
| Hex | 60 | 72 | 62 | 10 | 0 | E | 37 | 7F | 9 | 29 |
| Octal | 140 | 162 | 142 | 20 | 0 | 16 | 67 | 177 | 11 | 51 |
| Binary | 1100000 | 1110010 | 1100010 | 10000 | 0 | 1110 | 110111 | 1111111 | 1001 | 101001 |
Color Harmonies of #607262
Complementary color
Monochromatic Colors of #607262
Black with #607262
Text Example
Text Example
White with #607262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607262; }
p { color: rgb(96,114,98); }
H1.HeaderClassName
{
color: #607262;
}
.AnyTagClassName
{
color: #607262;
}
</style>
background-color css
<style>
a { background-color: #607262; }
a { background-color: rgb(96,114,98); }
div.DivClassName
{
background-color: #607262;
}
.BgClassName
{
background-color: #607262;
}
</style>
border-color css
<style>
span { border-color: #607262; }
span { border-color: rgb(96,114,98); }
td.TdClassName
{
border-color: #607262;
}
.TagClassName
{
border-color: #607262;
}
</style>