#66A285

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

Shades of Patina #66A285

Tints of Patina #66A285

Color information

#66A285 (or 0x66A285) is unknown color: approx Patina. HEX triplet: 66, A2 and 85. RGB value is (102,162,133). Sum of RGB (Red+Green+Blue) = 102+162+133=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #66A285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66A285 is #995D7A. Grayscale: #8C8C8C. Windows color (decimal): -10050939 or 8757862. OLE color: 8757862.

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

Color convert

RGB102162133-
CMYK0.3700.180.36
HSL151º24.39%51.76%-
HSV(B)151º37.04%63.53%-
XYZ22.6330.3626.86-
YUV140.75123.62100.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.69%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 133 (52.34% from 255) = 33.50%
R=25.69%
G=40.81%
B=33.50%

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
Decimal1021621330.3700.180.3615124.3951.76
Hex66A2852501224971834
Octal14624220545022442273064
Binary110011010100010100001011001010100101001001001011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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