Html Css Color HEX #607574 Nevada

📋 copy color: '#607574'

red 96 ◦ green 117 ◦ blue 116

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

Shades of Nevada #607574

Tints of Nevada #607574

RGB

 RED value IS 96 (37.89% from 255) = 29.18%

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

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

R = 29.18%
G = 35.56%
B = 35.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.01

 K value IS 0.54

RGB Variations

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

Color information

#607574 (or 0x607574) is known color: Nevada. HEX triplet: 60, 75 and 74. RGB value is (96,117,116). Sum of RGB (Red+Green+Blue) = 96+117+116=329 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.18% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #607574 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607574 is #9F8A8B. Grayscale: #6E6E6E. Windows color (decimal): -10455692 or 7632224. OLE color: 7632224.

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

Color convert

RGB 96 117 116 -
CMYK 0.18 0 0.01 0.54
HSL 177.14º 0.1% 0.42% -
HSV(B) 177.14º 0.18% 0.46% -
XYZ 14.34 16.47 18.95 -
YUV 110.61 131.04 117.58 -
System Red Green Blue C M Y K H S L
Decimal 96 117 116 0.18 0 0.01 0.54 177.14 0.1 0.42
Hex 60 75 74 12 0 1 36 B1 A 2A
Octal 140 165 164 22 0 1 66 261 12 52
Binary 1100000 1110101 1110100 10010 0 1 110110 10110001 1010 101010

Color Harmonies of #607574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607574

Black with #607574

Text Example


Text Example

White with #607574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607574; }

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

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

background-color css

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

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

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

border-color css

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

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

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