Shades of Nevada #616F70
Tints of Nevada #616F70
RGB
CMYK
RGB Variations
Color information
#616F70 (or 0x616F70) is known color: Nevada. HEX triplet: 61, 6F and 70. RGB value is (97,111,112). Sum of RGB (Red+Green+Blue) = 97+111+112=320 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.31% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 112 - color contains mainly: blue. Hex color #616F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616F70 is #9E908F. Grayscale: #6A6A6A. Windows color (decimal): -10391696 or 7368545. OLE color: 7368545.
HSL color Cylindrical-coordinate representation of color #616F70: hue angle of 184º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #616F70 is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 97 | 111 | 112 | - |
| CMYK | 0.13 | 0.01 | 0 | 0.56 |
| HSL | 184º | 0.07% | 0.41% | - |
| HSV(B) | 184º | 0.13% | 0.44% | - |
| XYZ | 13.54 | 15.08 | 17.53 | - |
| YUV | 106.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 111 | 112 | 0.13 | 0.01 | 0 | 0.56 | 184 | 0.07 | 0.41 |
| Hex | 61 | 6F | 70 | D | 1 | 0 | 38 | B8 | 7 | 29 |
| Octal | 141 | 157 | 160 | 15 | 1 | 0 | 70 | 270 | 7 | 51 |
| Binary | 1100001 | 1101111 | 1110000 | 1101 | 1 | 0 | 111000 | 10111000 | 111 | 101001 |
Color Harmonies of #616F70
Complementary color
Monochromatic Colors of #616F70
Black with #616F70
Text Example
Text Example
White with #616F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616F70; }
p { color: rgb(97,111,112); }
H1.HeaderClassName
{
color: #616F70;
}
.AnyTagClassName
{
color: #616F70;
}
</style>
background-color css
<style>
a { background-color: #616F70; }
a { background-color: rgb(97,111,112); }
div.DivClassName
{
background-color: #616F70;
}
.BgClassName
{
background-color: #616F70;
}
</style>
border-color css
<style>
span { border-color: #616F70; }
span { border-color: rgb(97,111,112); }
td.TdClassName
{
border-color: #616F70;
}
.TagClassName
{
border-color: #616F70;
}
</style>