#668B80

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

Shades of Patina #668B80

Tints of Patina #668B80

Color information

#668B80 (or 0x668B80) is unknown color: approx Patina. HEX triplet: 66, 8B and 80. RGB value is (102,139,128). Sum of RGB (Red+Green+Blue) = 102+139+128=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 128 (50.39% from 255 or 34.69% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #668B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668B80 is #99747F. Grayscale: #7E7E7E. Windows color (decimal): -10056832 or 8424294. OLE color: 8424294.

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

Color convert

RGB102139128-
CMYK0.2700.080.45
HSL162.16º15.35%47.25%-
HSV(B)162.16º26.62%54.51%-
XYZ18.6122.8523.85-
YUV126.68128.74110.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.64%
GREEN value IS 139 (54.69% from 255) = 37.67%
BLUE value IS 128 (50.39% from 255) = 34.69%
R=27.64%
G=37.67%
B=34.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021391280.2700.080.45162.1615.3547.25
Hex668B801B082Da2f2f
Octal14621320033010552421757
Binary110011010001011100000001101101000101101101000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668B80; }

 p { color: rgb(102,139,128); }

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

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

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

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

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

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

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