Html Css Color HEX #687676 Nevada

📋 copy color: '#687676'

red 104 ◦ green 118 ◦ blue 118

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

Shades of Nevada #687676

Tints of Nevada #687676

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.71%

 BLUE value IS 118 (46.48% from 255) = 34.71%

R = 30.59%
G = 34.71%
B = 34.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#687676 (or 0x687676) is known color: Nevada. HEX triplet: 68, 76 and 76. RGB value is (104,118,118). Sum of RGB (Red+Green+Blue) = 104+118+118=340 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.59% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 118 (46.48% from 255 or 34.71% from 340); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #687676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687676 is #978989. Grayscale: #717171. Windows color (decimal): -9931146 or 7763560. OLE color: 7763560.

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

Color convert

RGB 104 118 118 -
CMYK 0.12 0 0 0.54
HSL 180º 0.06% 0.44% -
HSV(B) 180º 0.12% 0.46% -
XYZ 15.46 17.21 19.65 -
YUV 113.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 104 118 118 0.12 0 0 0.54 180 0.06 0.44
Hex 68 76 76 C 0 0 36 B4 6 2C
Octal 150 166 166 14 0 0 66 264 6 54
Binary 1101000 1110110 1110110 1100 0 0 110110 10110100 110 101100

Color Harmonies of #687676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687676

Black with #687676

Text Example


Text Example

White with #687676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687676; }

 p { color: rgb(104,118,118); }

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

background-color css

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

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

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

border-color css

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

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

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