Shades of Mineral Green #607362
Tints of Mineral Green #607362
RGB
CMYK
RGB Variations
Color information
#607362 (or 0x607362) is known color: Mineral Green. HEX triplet: 60, 73 and 62. RGB value is (96,115,98). Sum of RGB (Red+Green+Blue) = 96+115+98=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #607362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607362 is #9F8C9D. Grayscale: #6B6B6B. Windows color (decimal): -10456222 or 6452064. OLE color: 6452064.
HSL color Cylindrical-coordinate representation of color #607362: hue angle of 126.32º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #607362 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 98 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.55 |
| HSL | 126.32º | 0.09% | 0.41% | - |
| HSV(B) | 126.32º | 0.17% | 0.45% | - |
| XYZ | 13.16 | 15.63 | 13.88 | - |
| YUV | 107.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 98 | 0.17 | 0 | 0.15 | 0.55 | 126.32 | 0.09 | 0.41 |
| Hex | 60 | 73 | 62 | 11 | 0 | F | 37 | 7E | 9 | 29 |
| Octal | 140 | 163 | 142 | 21 | 0 | 17 | 67 | 176 | 11 | 51 |
| Binary | 1100000 | 1110011 | 1100010 | 10001 | 0 | 1111 | 110111 | 1111110 | 1001 | 101001 |
Color Harmonies of #607362
Complementary color
Monochromatic Colors of #607362
Black with #607362
Text Example
Text Example
White with #607362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607362; }
p { color: rgb(96,115,98); }
H1.HeaderClassName
{
color: #607362;
}
.AnyTagClassName
{
color: #607362;
}
</style>
background-color css
<style>
a { background-color: #607362; }
a { background-color: rgb(96,115,98); }
div.DivClassName
{
background-color: #607362;
}
.BgClassName
{
background-color: #607362;
}
</style>
border-color css
<style>
span { border-color: #607362; }
span { border-color: rgb(96,115,98); }
td.TdClassName
{
border-color: #607362;
}
.TagClassName
{
border-color: #607362;
}
</style>