#66937C

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

Shades of Patina #66937C

Tints of Patina #66937C

Color information

#66937C (or 0x66937C) is unknown color: approx Patina. HEX triplet: 66, 93 and 7C. RGB value is (102,147,124). Sum of RGB (Red+Green+Blue) = 102+147+124=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 147 (57.81% from 255 or 39.41% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 147 - color contains mainly: green. Hex color #66937C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66937C is #996C83. Grayscale: #828282. Windows color (decimal): -10054788 or 8164198. OLE color: 8164198.

HSL color Cylindrical-coordinate representation of color #66937C: hue angle of 149.33º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #66937C is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB102147124-
CMYK0.3100.160.42
HSL149.33º18.07%48.82%-
HSV(B)149.33º30.61%57.65%-
XYZ19.5525.1522.89-
YUV130.92124.09107.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.35%
GREEN value IS 147 (57.81% from 255) = 39.41%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=27.35%
G=39.41%
B=33.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021471240.3100.160.42149.3318.0748.82
Hex66937C1F0102A951231
Octal14622317437020522252261
Binary1100110100100111111100111110100001010101001010110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66937C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66937C; }

 p { color: rgb(102,147,124); }

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

<style>
 a { background-color: #66937C; }

 a { background-color: rgb(102,147,124); }

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

<style>
 span { border-color: #66937C; }

 span { border-color: rgb(102,147,124); }

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