#668F80

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

Shades of Patina #668F80

Tints of Patina #668F80

Color information

#668F80 (or 0x668F80) is unknown color: approx Patina. HEX triplet: 66, 8F and 80. RGB value is (102,143,128). Sum of RGB (Red+Green+Blue) = 102+143+128=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #668F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668F80 is #99707F. Grayscale: #818181. Windows color (decimal): -10055808 or 8425318. OLE color: 8425318.

HSL color Cylindrical-coordinate representation of color #668F80: hue angle of 158.05º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #668F80 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB102143128-
CMYK0.2900.100.44
HSL158.05º16.73%48.04%-
HSV(B)158.05º28.67%56.08%-
XYZ19.224.0324.05-
YUV129.03127.42108.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 143 (56.25% from 255) = 38.34%
BLUE value IS 128 (50.39% from 255) = 34.32%
R=27.35%
G=38.34%
B=34.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021431280.2900.100.44158.0516.7348.04
Hex668F801D0A2C9e1130
Octal14621720035012542362160
Binary1100110100011111000000011101010101011001001111010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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