#66A386

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

Shades of Patina #66A386

Tints of Patina #66A386

Color information

#66A386 (or 0x66A386) is unknown color: approx Patina. HEX triplet: 66, A3 and 86. RGB value is (102,163,134). Sum of RGB (Red+Green+Blue) = 102+163+134=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 163 (64.06% from 255 or 40.85% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 163 - color contains mainly: green. Hex color #66A386 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A386 is #995C79. Grayscale: #8D8D8D. Windows color (decimal): -10050682 or 8823654. OLE color: 8823654.

HSL color Cylindrical-coordinate representation of color #66A386: hue angle of 151.48º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A386 is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB102163134-
CMYK0.3700.180.36
HSL151.48º24.9%51.96%-
HSV(B)151.48º37.42%63.92%-
XYZ22.8830.7427.28-
YUV141.46123.7999.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 163 (64.06% from 255) = 40.85%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=25.56%
G=40.85%
B=33.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021631340.3700.180.36151.4824.951.96
Hex66A3862501224971934
Octal14624320645022442273164
Binary110011010100011100001101001010100101001001001011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,163,134); }

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

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

 a { background-color: rgb(102,163,134); }

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

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

 span { border-color: rgb(102,163,134); }

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