#66937E

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

Shades of Patina #66937E

Tints of Patina #66937E

Color information

#66937E (or 0x66937E) is unknown color: approx Patina. HEX triplet: 66, 93 and 7E. RGB value is (102,147,126). Sum of RGB (Red+Green+Blue) = 102+147+126=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #66937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66937E is #996C81. Grayscale: #838383. Windows color (decimal): -10054786 or 8295270. OLE color: 8295270.

HSL color Cylindrical-coordinate representation of color #66937E: hue angle of 152º 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 #66937E is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB102147126-
CMYK0.3100.140.42
HSL152º18.07%48.82%-
HSV(B)152º30.61%57.65%-
XYZ19.6825.223.57-
YUV131.15125.09107.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=27.2%
G=39.2%
B=33.6%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1021471260.3100.140.4215218.0748.82
Hex66937E1F0E2A981231
Octal14622317637016522302261
Binary110011010010011111111011111011101010101001100010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66937E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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