Html Css Color HEX #607575 Nevada

📋 copy color: '#607575'

red 96 ◦ green 117 ◦ blue 117

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

Shades of Nevada #607575

Tints of Nevada #607575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.45%

R = 29.09%
G = 35.45%
B = 35.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#607575 (or 0x607575) is known color: Nevada. HEX triplet: 60, 75 and 75. RGB value is (96,117,117). Sum of RGB (Red+Green+Blue) = 96+117+117=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #607575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607575 is #9F8A8A. Grayscale: #6E6E6E. Windows color (decimal): -10455691 or 7697760. OLE color: 7697760.

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

Color convert

RGB 96 117 117 -
CMYK 0.18 0 0 0.54
HSL 180º 0.1% 0.42% -
HSV(B) 180º 0.18% 0.46% -
XYZ 14.4 16.49 19.25 -
YUV 110.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 96 117 117 0.18 0 0 0.54 180 0.1 0.42
Hex 60 75 75 12 0 0 36 B4 A 2A
Octal 140 165 165 22 0 0 66 264 12 52
Binary 1100000 1110101 1110101 10010 0 0 110110 10110100 1010 101010

Color Harmonies of #607575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607575

Black with #607575

Text Example


Text Example

White with #607575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607575; }

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

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

background-color css

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

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

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

border-color css

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

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

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