#627170

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

Shades of Nevada #627170

Tints of Nevada #627170

Color information

#627170 (or 0x627170) is unknown color: approx Nevada. HEX triplet: 62, 71 and 70. RGB value is (98,113,112). Sum of RGB (Red+Green+Blue) = 98+113+112=323 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.34% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 113 - color contains mainly: green. Hex color #627170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627170 is #9D8E8F. Grayscale: #6C6C6C. Windows color (decimal): -10325648 or 7369058. OLE color: 7369058.

HSL color Cylindrical-coordinate representation of color #627170: hue angle of 176º 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 #627170 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB98113112-
CMYK0.1300.010.56
HSL176º7.11%41.37%-
HSV(B)176º13.27%44.31%-
XYZ13.8715.5817.6-
YUV108.4130.03120.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.34%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 112 (44.14% from 255) = 34.67%
R=30.34%
G=34.98%
B=34.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal981131120.1300.010.561767.1141.37
Hex627170D0138b0729
Octal142161160150170260751
Binary11000101110001111000011010111100010110000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627170; }

 p { color: rgb(98,113,112); }

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

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

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

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

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

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

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