Html Css Color HEX #617172 Nevada

📋 copy color: '#617172'

red 97 ◦ green 113 ◦ blue 114

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

Shades of Nevada #617172

Tints of Nevada #617172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.19%

R = 29.94%
G = 34.88%
B = 35.19%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#617172 (or 0x617172) is known color: Nevada. HEX triplet: 61, 71 and 72. RGB value is (97,113,114). Sum of RGB (Red+Green+Blue) = 97+113+114=324 (42% of max value = 765). Red value is 97 (38.28% from 255 or 29.94% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 114 (44.92% from 255 or 35.19% from 324); Max value from RGB is 114 - color contains mainly: blue. Hex color #617172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617172 is #9E8E8D. Grayscale: #6C6C6C. Windows color (decimal): -10391182 or 7500129. OLE color: 7500129.

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

Color convert

RGB 97 113 114 -
CMYK 0.15 0.01 0 0.55
HSL 183.53º 0.08% 0.41% -
HSV(B) 183.53º 0.15% 0.45% -
XYZ 13.87 15.57 18.19 -
YUV 108.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 97 113 114 0.15 0.01 0 0.55 183.53 0.08 0.41
Hex 61 71 72 F 1 0 37 B8 8 29
Octal 141 161 162 17 1 0 67 270 10 51
Binary 1100001 1110001 1110010 1111 1 0 110111 10111000 1000 101001

Color Harmonies of #617172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617172

Black with #617172

Text Example


Text Example

White with #617172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617172; }

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

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

background-color css

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

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

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

border-color css

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

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

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