Html Css Color HEX #617371 Nevada

📋 copy color: '#617371'

red 97 ◦ green 115 ◦ blue 113

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

Shades of Nevada #617371

Tints of Nevada #617371

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.38%

 BLUE value IS 113 (44.53% from 255) = 34.77%

R = 29.85%
G = 35.38%
B = 34.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#617371 (or 0x617371) is known color: Nevada. HEX triplet: 61, 73 and 71. RGB value is (97,115,113). Sum of RGB (Red+Green+Blue) = 97+115+113=325 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.85% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 115 - color contains mainly: green. Hex color #617371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617371 is #9E8C8E. Grayscale: #6D6D6D. Windows color (decimal): -10390671 or 7435105. OLE color: 7435105.

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

Color convert

RGB 97 115 113 -
CMYK 0.16 0 0.02 0.55
HSL 173.33º 0.08% 0.42% -
HSV(B) 173.33º 0.16% 0.45% -
XYZ 14.04 16 17.97 -
YUV 109.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 97 115 113 0.16 0 0.02 0.55 173.33 0.08 0.42
Hex 61 73 71 10 0 2 37 AD 8 2A
Octal 141 163 161 20 0 2 67 255 10 52
Binary 1100001 1110011 1110001 10000 0 10 110111 10101101 1000 101010

Color Harmonies of #617371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617371

Black with #617371

Text Example


Text Example

White with #617371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617371; }

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

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

background-color css

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

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

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

border-color css

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

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

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