Html Css Color HEX #617170 Nevada

📋 copy color: '#617170'

red 97 ◦ green 113 ◦ blue 112

#617170
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #617170

Tints of Nevada #617170

RGB

 RED value IS 97 (38.28% from 255) = 30.12%

 GREEN value IS 113 (44.53% from 255) = 35.09%

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 30.12%
G = 35.09%
B = 34.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#617170 (or 0x617170) is known color: Nevada. HEX triplet: 61, 71 and 70. RGB value is (97,113,112). Sum of RGB (Red+Green+Blue) = 97+113+112=322 (42% of max value = 765). Red value is 97 (38.28% from 255 or 30.12% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #617170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617170 is #9E8E8F. Grayscale: #6C6C6C. Windows color (decimal): -10391184 or 7369057. OLE color: 7369057.

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

Color convert

RGB 97 113 112 -
CMYK 0.14 0 0.01 0.56
HSL 176.25º 0.08% 0.41% -
HSV(B) 176.25º 0.14% 0.44% -
XYZ 13.76 15.52 17.6 -
YUV 108.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 97 113 112 0.14 0 0.01 0.56 176.25 0.08 0.41
Hex 61 71 70 E 0 1 38 B0 8 29
Octal 141 161 160 16 0 1 70 260 10 51
Binary 1100001 1110001 1110000 1110 0 1 111000 10110000 1000 101001

Color Harmonies of #617170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617170

Black with #617170

Text Example


Text Example

White with #617170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617170; }

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

 H1.HeaderClassName
 {
   color: #617170;
 }
 .AnyTagClassName
 {
   color: #617170;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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