Html Css Color HEX #617273 Nevada

📋 copy color: '#617273'

red 97 ◦ green 114 ◦ blue 115

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

Shades of Nevada #617273

Tints of Nevada #617273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.97%

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

R = 29.75%
G = 34.97%
B = 35.28%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#617273 (or 0x617273) is known color: Nevada. HEX triplet: 61, 72 and 73. RGB value is (97,114,115). Sum of RGB (Red+Green+Blue) = 97+114+115=326 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.75% from 326); Green value is 114 (44.92% from 255 or 34.97% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 115 - color contains mainly: blue. Hex color #617273 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617273 is #9E8D8C. Grayscale: #6D6D6D. Windows color (decimal): -10390925 or 7565921. OLE color: 7565921.

HSL color Cylindrical-coordinate representation of color #617273: hue angle of 183.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 #617273 is Cyan = 0.16, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 115 -
CMYK 0.16 0.01 0 0.55
HSL 183.33º 0.08% 0.42% -
HSV(B) 183.33º 0.16% 0.45% -
XYZ 14.04 15.81 18.53 -
YUV 109.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 97 114 115 0.16 0.01 0 0.55 183.33 0.08 0.42
Hex 61 72 73 10 1 0 37 B7 8 2A
Octal 141 162 163 20 1 0 67 267 10 52
Binary 1100001 1110010 1110011 10000 1 0 110111 10110111 1000 101010

Color Harmonies of #617273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617273

Black with #617273

Text Example


Text Example

White with #617273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617273; }

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

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

background-color css

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

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

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

border-color css

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

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

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