#668C82

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

Shades of Patina #668C82

Tints of Patina #668C82

Color information

#668C82 (or 0x668C82) is unknown color: approx Patina. HEX triplet: 66, 8C and 82. RGB value is (102,140,130). Sum of RGB (Red+Green+Blue) = 102+140+130=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 140 - color contains mainly: green. Hex color #668C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668C82 is #99737D. Grayscale: #7F7F7F. Windows color (decimal): -10056574 or 8555622. OLE color: 8555622.

HSL color Cylindrical-coordinate representation of color #668C82: hue angle of 164.21º degrees, saturation: 0.16, 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 #668C82 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB102140130-
CMYK0.2700.070.45
HSL164.21º15.7%47.45%-
HSV(B)164.21º27.14%54.9%-
XYZ18.8923.1924.6-
YUV127.5129.41109.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 140 (55.08% from 255) = 37.63%
BLUE value IS 130 (51.17% from 255) = 34.95%
R=27.42%
G=37.63%
B=34.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021401300.2700.070.45164.2115.747.45
Hex668C821B072Da4102f
Octal1462142023307552442057
Binary110011010001100100000101101101111011011010010010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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