Html Css Color HEX #617678 Nevada

📋 copy color: '#617678'

red 97 ◦ green 118 ◦ blue 120

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

Shades of Nevada #617678

Tints of Nevada #617678

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.22%

 BLUE value IS 120 (47.27% from 255) = 35.82%

R = 28.96%
G = 35.22%
B = 35.82%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#617678 (or 0x617678) is known color: Nevada. HEX triplet: 61, 76 and 78. RGB value is (97,118,120). Sum of RGB (Red+Green+Blue) = 97+118+120=335 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.96% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 120 (47.27% from 255 or 35.82% from 335); Max value from RGB is 120 - color contains mainly: blue. Hex color #617678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #617678 is #9E8987. Grayscale: #6F6F6F. Windows color (decimal): -10389896 or 7894625. OLE color: 7894625.

HSL color Cylindrical-coordinate representation of color #617678: hue angle of 185.22º degrees, saturation: 0.11, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #617678 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 118 120 -
CMYK 0.19 0.02 0 0.53
HSL 185.22º 0.11% 0.43% -
HSV(B) 185.22º 0.19% 0.47% -
XYZ 14.8 16.85 20.24 -
YUV 111.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 97 118 120 0.19 0.02 0 0.53 185.22 0.11 0.43
Hex 61 76 78 13 2 0 35 B9 B 2B
Octal 141 166 170 23 2 0 65 271 13 53
Binary 1100001 1110110 1111000 10011 10 0 110101 10111001 1011 101011

Color Harmonies of #617678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617678

Black with #617678

Text Example


Text Example

White with #617678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617678; }

 p { color: rgb(97,118,120); }

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

background-color css

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

 a { background-color: rgb(97,118,120); }

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

border-color css

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

 span { border-color: rgb(97,118,120); }

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