Html Css Color HEX #607172 Nevada

📋 copy color: '#607172'

red 96 ◦ green 113 ◦ blue 114

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

Shades of Nevada #607172

Tints of Nevada #607172

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

 BLUE value IS 114 (44.92% from 255) = 35.29%

R = 29.72%
G = 34.98%
B = 35.29%

CMYK

 C value IS 0.16

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#607172 (or 0x607172) is known color: Nevada. HEX triplet: 60, 71 and 72. RGB value is (96,113,114). Sum of RGB (Red+Green+Blue) = 96+113+114=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 114 (44.92% from 255 or 35.29% from 323); Max value from RGB is 114 - color contains mainly: blue. Hex color #607172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #607172 is #9F8E8D. Grayscale: #6C6C6C. Windows color (decimal): -10456718 or 7500128. OLE color: 7500128.

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

Color convert

RGB 96 113 114 -
CMYK 0.16 0.01 0 0.55
HSL 183.33º 0.09% 0.41% -
HSV(B) 183.33º 0.16% 0.45% -
XYZ 13.77 15.51 18.19 -
YUV 108.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 96 113 114 0.16 0.01 0 0.55 183.33 0.09 0.41
Hex 60 71 72 10 1 0 37 B7 9 29
Octal 140 161 162 20 1 0 67 267 11 51
Binary 1100000 1110001 1110010 10000 1 0 110111 10110111 1001 101001

Color Harmonies of #607172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #607172

Black with #607172

Text Example


Text Example

White with #607172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #607172; }

 p { color: rgb(96,113,114); }

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

background-color css

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

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

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

border-color css

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

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

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