Shades of Nevada #666F70
Tints of Nevada #666F70
RGB
CMYK
RGB Variations
Color information
#666F70 (or 0x666F70) is known color: Nevada. HEX triplet: 66, 6F and 70. RGB value is (102,111,112). Sum of RGB (Red+Green+Blue) = 102+111+112=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 112 - color contains mainly: blue. Hex color #666F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F70 is #99908F. Grayscale: #6C6C6C. Windows color (decimal): -10064016 or 7368550. OLE color: 7368550.
HSL color Cylindrical-coordinate representation of color #666F70: hue angle of 186º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #666F70 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 112 | - |
| CMYK | 0.09 | 0.01 | 0 | 0.56 |
| HSL | 186º | 0.05% | 0.42% | - |
| HSV(B) | 186º | 0.09% | 0.44% | - |
| XYZ | 14.09 | 15.36 | 17.55 | - |
| YUV | 108.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 112 | 0.09 | 0.01 | 0 | 0.56 | 186 | 0.05 | 0.42 |
| Hex | 66 | 6F | 70 | 9 | 1 | 0 | 38 | BA | 5 | 2A |
| Octal | 146 | 157 | 160 | 11 | 1 | 0 | 70 | 272 | 5 | 52 |
| Binary | 1100110 | 1101111 | 1110000 | 1001 | 1 | 0 | 111000 | 10111010 | 101 | 101010 |
Color Harmonies of #666F70
Complementary color
Monochromatic Colors of #666F70
Black with #666F70
Text Example
Text Example
White with #666F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F70; }
p { color: rgb(102,111,112); }
H1.HeaderClassName
{
color: #666F70;
}
.AnyTagClassName
{
color: #666F70;
}
</style>
background-color css
<style>
a { background-color: #666F70; }
a { background-color: rgb(102,111,112); }
div.DivClassName
{
background-color: #666F70;
}
.BgClassName
{
background-color: #666F70;
}
</style>
border-color css
<style>
span { border-color: #666F70; }
span { border-color: rgb(102,111,112); }
td.TdClassName
{
border-color: #666F70;
}
.TagClassName
{
border-color: #666F70;
}
</style>