Html Css Color HEX #617574 Nevada

📋 copy color: '#617574'

red 97 ◦ green 117 ◦ blue 116

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

Shades of Nevada #617574

Tints of Nevada #617574

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

 BLUE value IS 116 (45.7% from 255) = 35.15%

R = 29.39%
G = 35.45%
B = 35.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#617574 (or 0x617574) is known color: Nevada. HEX triplet: 61, 75 and 74. RGB value is (97,117,116). Sum of RGB (Red+Green+Blue) = 97+117+116=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 116 (45.70% from 255 or 35.15% from 330); Max value from RGB is 117 - color contains mainly: green. Hex color #617574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617574 is #9E8A8B. Grayscale: #6E6E6E. Windows color (decimal): -10390156 or 7632225. OLE color: 7632225.

HSL color Cylindrical-coordinate representation of color #617574: hue angle of 177º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #617574 is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 116 -
CMYK 0.17 0 0.01 0.54
HSL 177º 0.09% 0.42% -
HSV(B) 177º 0.17% 0.46% -
XYZ 14.44 16.52 18.95 -
YUV 110.91 130.87 118.08 -
System Red Green Blue C M Y K H S L
Decimal 97 117 116 0.17 0 0.01 0.54 177 0.09 0.42
Hex 61 75 74 11 0 1 36 B1 9 2A
Octal 141 165 164 21 0 1 66 261 11 52
Binary 1100001 1110101 1110100 10001 0 1 110110 10110001 1001 101010

Color Harmonies of #617574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617574

Black with #617574

Text Example


Text Example

White with #617574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617574; }

 p { color: rgb(97,117,116); }

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

background-color css

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

 a { background-color: rgb(97,117,116); }

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

border-color css

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

 span { border-color: rgb(97,117,116); }

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