#657070

Color #657070 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #657070

Tints of Nevada #657070

Color information

#657070 (or 0x657070) is unknown color: approx Nevada. HEX triplet: 65, 70 and 70. RGB value is (101,112,112). Sum of RGB (Red+Green+Blue) = 101+112+112=325 (43% of max value = 765). Red value is 101 (39.84% from 255 or 31.08% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #657070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657070 is #9A8F8F. Grayscale: #6C6C6C. Windows color (decimal): -10129296 or 7368805. OLE color: 7368805.

HSL color Cylindrical-coordinate representation of color #657070: hue angle of 180º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #657070 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB101112112-
CMYK0.10000.56
HSL180º5.16%41.76%-
HSV(B)180º9.82%43.92%-
XYZ14.0915.5217.58-
YUV108.71129.86122.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 31.08%
GREEN value IS 112 (44.14% from 255) = 34.46%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=31.08%
G=34.46%
B=34.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1011121120.10000.561805.1641.76
Hex657070A0038b452a
Octal145160160120070264552
Binary11001011110000111000010100011100010110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657070; }

 p { color: rgb(101,112,112); }

 H1.HeaderClassName
 {
   color: #657070;
 }
 .AnyTagClassName
 {
   color: #657070;
 }
</style>
background-color css

<style>
 a { background-color: #657070; }

 a { background-color: rgb(101,112,112); }

 div.DivClassName
 {
   background-color: #657070;
 }
 .BgClassName
 {
   background-color: #657070;
 }
</style>
border-color css

<style>
 span { border-color: #657070; }

 span { border-color: rgb(101,112,112); }

 td.TdClassName
 {
   border-color: #657070;
 }
 .TagClassName
 {
   border-color: #657070;
 }
</style>