Html Css Color HEX #687170 Nevada

📋 copy color: '#687170'

red 104 ◦ green 113 ◦ blue 112

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

Shades of Nevada #687170

Tints of Nevada #687170

RGB

 RED value IS 104 (41.02% from 255) = 31.61%

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

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 31.61%
G = 34.35%
B = 34.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#687170 (or 0x687170) is known color: Nevada. HEX triplet: 68, 71 and 70. RGB value is (104,113,112). Sum of RGB (Red+Green+Blue) = 104+113+112=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 113 - color contains mainly: green. Hex color #687170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687170 is #978E8F. Grayscale: #6E6E6E. Windows color (decimal): -9932432 or 7369064. OLE color: 7369064.

HSL color Cylindrical-coordinate representation of color #687170: hue angle of 173.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #687170 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 112 -
CMYK 0.08 0 0.01 0.56
HSL 173.33º 0.04% 0.43% -
HSV(B) 173.33º 0.08% 0.44% -
XYZ 14.54 15.92 17.64 -
YUV 110.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 104 113 112 0.08 0 0.01 0.56 173.33 0.04 0.43
Hex 68 71 70 8 0 1 38 AD 4 2B
Octal 150 161 160 10 0 1 70 255 4 53
Binary 1101000 1110001 1110000 1000 0 1 111000 10101101 100 101011

Color Harmonies of #687170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687170

Black with #687170

Text Example


Text Example

White with #687170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687170; }

 p { color: rgb(104,113,112); }

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

background-color css

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

 a { background-color: rgb(104,113,112); }

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

border-color css

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

 span { border-color: rgb(104,113,112); }

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