Html Css Color HEX #617573 Nevada

📋 copy color: '#617573'

red 97 ◦ green 117 ◦ blue 115

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

Shades of Nevada #617573

Tints of Nevada #617573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.95%

R = 29.48%
G = 35.56%
B = 34.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.54

RGB Variations

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

Color information

#617573 (or 0x617573) is known color: Nevada. HEX triplet: 61, 75 and 73. RGB value is (97,117,115). Sum of RGB (Red+Green+Blue) = 97+117+115=329 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.48% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #617573 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617573 is #9E8A8C. Grayscale: #6E6E6E. Windows color (decimal): -10390157 or 7566689. OLE color: 7566689.

HSL color Cylindrical-coordinate representation of color #617573: hue angle of 174º 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 #617573 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 115 -
CMYK 0.17 0 0.02 0.54
HSL 174º 0.09% 0.42% -
HSV(B) 174º 0.17% 0.46% -
XYZ 14.39 16.5 18.65 -
YUV 110.79 130.37 118.16 -
System Red Green Blue C M Y K H S L
Decimal 97 117 115 0.17 0 0.02 0.54 174 0.09 0.42
Hex 61 75 73 11 0 2 36 AE 9 2A
Octal 141 165 163 21 0 2 66 256 11 52
Binary 1100001 1110101 1110011 10001 0 10 110110 10101110 1001 101010

Color Harmonies of #617573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617573

Black with #617573

Text Example


Text Example

White with #617573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617573; }

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

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

background-color css

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

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

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

border-color css

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

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

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