#668E85

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

Shades of Patina #668E85

Tints of Patina #668E85

Color information

#668E85 (or 0x668E85) is unknown color: approx Patina. HEX triplet: 66, 8E and 85. RGB value is (102,142,133). Sum of RGB (Red+Green+Blue) = 102+142+133=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 142 - color contains mainly: green. Hex color #668E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E85 is #99717A. Grayscale: #818181. Windows color (decimal): -10056059 or 8752742. OLE color: 8752742.

HSL color Cylindrical-coordinate representation of color #668E85: hue angle of 166.5º 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 #668E85 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB102142133-
CMYK0.2800.060.44
HSL166.5º16.39%47.84%-
HSV(B)166.5º28.17%55.69%-
XYZ19.3923.8625.77-
YUV129.01130.25108.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 133 (52.34% from 255) = 35.28%
R=27.06%
G=37.67%
B=35.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021421330.2800.060.44166.516.3947.84
Hex668E851C062Ca61030
Octal1462162053406542462060
Binary110011010001110100001011110001101011001010011010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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