#627070

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

Shades of Nevada #627070

Tints of Nevada #627070

Color information

#627070 (or 0x627070) is unknown color: approx Nevada. HEX triplet: 62, 70 and 70. RGB value is (98,112,112). Sum of RGB (Red+Green+Blue) = 98+112+112=322 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.43% from 322); Green value is 112 (44.14% from 255 or 34.78% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #627070 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627070 is #9D8F8F. Grayscale: #6B6B6B. Windows color (decimal): -10325904 or 7368802. OLE color: 7368802.

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

Color convert

RGB98112112-
CMYK0.13000.56
HSL180º6.67%41.18%-
HSV(B)180º12.5%43.92%-
XYZ13.7615.3517.57-
YUV107.81130.36121-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.43%
GREEN value IS 112 (44.14% from 255) = 34.78%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=30.43%
G=34.78%
B=34.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal981121120.13000.561806.6741.18
Hex627070D0038b4729
Octal142160160150070264751
Binary11000101110000111000011010011100010110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #627070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #627070; }

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

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

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

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

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

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

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

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