#66A18A

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

Shades of Patina #66A18A

Tints of Patina #66A18A

Color information

#66A18A (or 0x66A18A) is unknown color: approx Patina. HEX triplet: 66, A1 and 8A. RGB value is (102,161,138). Sum of RGB (Red+Green+Blue) = 102+161+138=401 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.44% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #66A18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A18A is #995E75. Grayscale: #8C8C8C. Windows color (decimal): -10051190 or 9085286. OLE color: 9085286.

HSL color Cylindrical-coordinate representation of color #66A18A: hue angle of 156.61º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A18A is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB102161138-
CMYK0.3700.140.37
HSL156.61º23.89%51.57%-
HSV(B)156.61º36.65%63.14%-
XYZ22.8130.1528.66-
YUV140.74126.45100.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.44%
GREEN value IS 161 (63.28% from 255) = 40.15%
BLUE value IS 138 (54.30% from 255) = 34.41%
R=25.44%
G=40.15%
B=34.41%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1021611380.3700.140.37156.6123.8951.57
Hex66A18A250E259d1834
Octal14624121245016452353064
Binary11001101010000110001010100101011101001011001110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A18A; }

 p { color: rgb(102,161,138); }

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

<style>
 a { background-color: #66A18A; }

 a { background-color: rgb(102,161,138); }

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

<style>
 span { border-color: #66A18A; }

 span { border-color: rgb(102,161,138); }

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