#668E82

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

Shades of Patina #668E82

Tints of Patina #668E82

Color information

#668E82 (or 0x668E82) is unknown color: approx Patina. HEX triplet: 66, 8E and 82. RGB value is (102,142,130). Sum of RGB (Red+Green+Blue) = 102+142+130=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 142 - color contains mainly: green. Hex color #668E82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E82 is #99717D. Grayscale: #808080. Windows color (decimal): -10056062 or 8556134. OLE color: 8556134.

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

Color convert

RGB102142130-
CMYK0.2800.080.44
HSL162º16.39%47.84%-
HSV(B)162º28.17%55.69%-
XYZ19.1823.7824.7-
YUV128.67128.75108.98-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.27%
GREEN value IS 142 (55.86% from 255) = 37.97%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=27.27%
G=37.97%
B=34.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021421300.2800.080.4416216.3947.84
Hex668E821C082Ca21030
Octal14621620234010542422060
Binary1100110100011101000001011100010001011001010001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,142,130); }

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

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

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

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

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

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

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