Html Css Color HEX #607373 Nevada

📋 copy color: '#607373'

red 96 ◦ green 115 ◦ blue 115

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

Shades of Nevada #607373

Tints of Nevada #607373

RGB

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

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

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

R = 29.45%
G = 35.28%
B = 35.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#607373 (or 0x607373) is known color: Nevada. HEX triplet: 60, 73 and 73. RGB value is (96,115,115). Sum of RGB (Red+Green+Blue) = 96+115+115=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 115 (45.31% from 255 or 35.28% from 326); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #607373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607373 is #9F8C8C. Grayscale: #6D6D6D. Windows color (decimal): -10456205 or 7566176. OLE color: 7566176.

HSL color Cylindrical-coordinate representation of color #607373: hue angle of 180º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #607373 is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 115 115 -
CMYK 0.17 0 0 0.55
HSL 180º 0.09% 0.41% -
HSV(B) 180º 0.17% 0.45% -
XYZ 14.05 15.99 18.56 -
YUV 109.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 96 115 115 0.17 0 0 0.55 180 0.09 0.41
Hex 60 73 73 11 0 0 37 B4 9 29
Octal 140 163 163 21 0 0 67 264 11 51
Binary 1100000 1110011 1110011 10001 0 0 110111 10110100 1001 101001

Color Harmonies of #607373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607373

Black with #607373

Text Example


Text Example

White with #607373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607373; }

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

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

background-color css

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

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

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

border-color css

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

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

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