#667676

Color #667676 Nevada (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nevada #667676

Tints of Nevada #667676

Color information

#667676 (or 0x667676) is unknown color: approx Nevada. HEX triplet: 66, 76 and 76. RGB value is (102,118,118). Sum of RGB (Red+Green+Blue) = 102+118+118=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 118 (46.48% from 255 or 34.91% from 338); Blue value is 118 (46.48% from 255 or 34.91% from 338); Max value from RGB is 118 - color contains mainly: green, blue. Hex color #667676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667676 is #998989. Grayscale: #717171. Windows color (decimal): -10062218 or 7763558. OLE color: 7763558.

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

Color convert

RGB102118118-
CMYK0.14000.54
HSL180º7.27%43.14%-
HSV(B)180º13.56%46.27%-
XYZ15.2317.0919.64-
YUV113.22130.7120-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 118 (46.48% from 255) = 34.91%
BLUE value IS 118 (46.48% from 255) = 34.91%
R=30.18%
G=34.91%
B=34.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021181180.14000.541807.2743.14
Hex667676E0036b472b
Octal146166166160066264753
Binary11001101110110111011011100011011010110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667676; }

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

 H1.HeaderClassName
 {
   color: #667676;
 }
 .AnyTagClassName
 {
   color: #667676;
 }
</style>
background-color css

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

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

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

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

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

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