#66A384

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

Shades of Patina #66A384

Tints of Patina #66A384

Color information

#66A384 (or 0x66A384) is unknown color: approx Patina. HEX triplet: 66, A3 and 84. RGB value is (102,163,132). Sum of RGB (Red+Green+Blue) = 102+163+132=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 163 - color contains mainly: green. Hex color #66A384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A384 is #995C7B. Grayscale: #8D8D8D. Windows color (decimal): -10050684 or 8692582. OLE color: 8692582.

HSL color Cylindrical-coordinate representation of color #66A384: hue angle of 149.51º 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 #66A384 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB102163132-
CMYK0.3700.190.36
HSL149.51º24.9%51.96%-
HSV(B)149.51º37.42%63.92%-
XYZ22.7430.6926.55-
YUV141.23122.79100.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 163 (64.06% from 255) = 41.06%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=25.69%
G=41.06%
B=33.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021631320.3700.190.36149.5124.951.96
Hex66A3842501324961934
Octal14624320445023442263164
Binary110011010100011100001001001010100111001001001011011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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