#66A287

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

Shades of Patina #66A287

Tints of Patina #66A287

Color information

#66A287 (or 0x66A287) is unknown color: approx Patina. HEX triplet: 66, A2 and 87. RGB value is (102,162,135). Sum of RGB (Red+Green+Blue) = 102+162+135=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #66A287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A287 is #995D78. Grayscale: #8D8D8D. Windows color (decimal): -10050937 or 8888934. OLE color: 8888934.

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

Color convert

RGB102162135-
CMYK0.3700.170.36
HSL153º24.39%51.76%-
HSV(B)153º37.04%63.53%-
XYZ22.7730.4127.59-
YUV140.98124.62100.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.56%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=25.56%
G=40.60%
B=33.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021621350.3700.170.3615324.3951.76
Hex66A2872501124991834
Octal14624220745021442313064
Binary110011010100010100001111001010100011001001001100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,162,135); }

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

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

 a { background-color: rgb(102,162,135); }

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

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

 span { border-color: rgb(102,162,135); }

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