Shades of Nevada #607372
Tints of Nevada #607372
RGB
CMYK
RGB Variations
Color information
#607372 (or 0x607372) is known color: Nevada. HEX triplet: 60, 73 and 72. RGB value is (96,115,114). Sum of RGB (Red+Green+Blue) = 96+115+114=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #607372 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607372 is #9F8C8D. Grayscale: #6D6D6D. Windows color (decimal): -10456206 or 7500640. OLE color: 7500640.
HSL color Cylindrical-coordinate representation of color #607372: hue angle of 176.84º 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 #607372 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 96 | 115 | 114 | - |
| CMYK | 0.17 | 0 | 0.01 | 0.55 |
| HSL | 176.84º | 0.09% | 0.41% | - |
| HSV(B) | 176.84º | 0.17% | 0.45% | - |
| XYZ | 13.99 | 15.96 | 18.26 | - |
| YUV | 109.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 115 | 114 | 0.17 | 0 | 0.01 | 0.55 | 176.84 | 0.09 | 0.41 |
| Hex | 60 | 73 | 72 | 11 | 0 | 1 | 37 | B1 | 9 | 29 |
| Octal | 140 | 163 | 162 | 21 | 0 | 1 | 67 | 261 | 11 | 51 |
| Binary | 1100000 | 1110011 | 1110010 | 10001 | 0 | 1 | 110111 | 10110001 | 1001 | 101001 |
Color Harmonies of #607372
Complementary color
Monochromatic Colors of #607372
Black with #607372
Text Example
Text Example
White with #607372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607372; }
p { color: rgb(96,115,114); }
H1.HeaderClassName
{
color: #607372;
}
.AnyTagClassName
{
color: #607372;
}
</style>
background-color css
<style>
a { background-color: #607372; }
a { background-color: rgb(96,115,114); }
div.DivClassName
{
background-color: #607372;
}
.BgClassName
{
background-color: #607372;
}
</style>
border-color css
<style>
span { border-color: #607372; }
span { border-color: rgb(96,115,114); }
td.TdClassName
{
border-color: #607372;
}
.TagClassName
{
border-color: #607372;
}
</style>