Html Css Color HEX #607979 Nevada

📋 copy color: '#607979'

red 96 ◦ green 121 ◦ blue 121

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

Shades of Nevada #607979

Tints of Nevada #607979

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

 BLUE value IS 121 (47.66% from 255) = 35.8%

R = 28.4%
G = 35.8%
B = 35.8%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#607979 (or 0x607979) is known color: Nevada. HEX triplet: 60, 79 and 79. RGB value is (96,121,121). Sum of RGB (Red+Green+Blue) = 96+121+121=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 121 - color contains mainly: green, blue. Hex color #607979 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607979 is #9F8686. Grayscale: #717171. Windows color (decimal): -10454663 or 7960928. OLE color: 7960928.

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

Color convert

RGB 96 121 121 -
CMYK 0.21 0 0 0.53
HSL 180º 0.12% 0.43% -
HSV(B) 180º 0.21% 0.47% -
XYZ 15.11 17.54 20.68 -
YUV 113.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 96 121 121 0.21 0 0 0.53 180 0.12 0.43
Hex 60 79 79 15 0 0 35 B4 C 2B
Octal 140 171 171 25 0 0 65 264 14 53
Binary 1100000 1111001 1111001 10101 0 0 110101 10110100 1100 101011

Color Harmonies of #607979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607979

Black with #607979

Text Example


Text Example

White with #607979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607979; }

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

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

background-color css

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

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

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

border-color css

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

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

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