#667878

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

Shades of Nevada #667878

Tints of Nevada #667878

Color information

#667878 (or 0x667878) is unknown color: approx Nevada. HEX triplet: 66, 78 and 78. RGB value is (102,120,120). Sum of RGB (Red+Green+Blue) = 102+120+120=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 120 (47.27% from 255 or 35.09% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: green, blue. Hex color #667878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667878 is #998787. Grayscale: #727272. Windows color (decimal): -10061704 or 7895142. OLE color: 7895142.

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

Color convert

RGB102120120-
CMYK0.15000.53
HSL180º8.11%43.53%-
HSV(B)180º15%47.06%-
XYZ15.5917.6120.35-
YUV114.62131.04119-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 120 (47.27% from 255) = 35.09%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=29.82%
G=35.09%
B=35.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021201200.15000.531808.1143.53
Hex667878F0035b482c
Octal1461701701700652641054
Binary110011011110001111000111100110101101101001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667878; }

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

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

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

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

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

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

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

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