#66927C

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

Shades of Patina #66927C

Tints of Patina #66927C

Color information

#66927C (or 0x66927C) is unknown color: approx Patina. HEX triplet: 66, 92 and 7C. RGB value is (102,146,124). Sum of RGB (Red+Green+Blue) = 102+146+124=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 146 (57.42% from 255 or 39.25% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 146 - color contains mainly: green. Hex color #66927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66927C is #996D83. Grayscale: #828282. Windows color (decimal): -10055044 or 8163942. OLE color: 8163942.

HSL color Cylindrical-coordinate representation of color #66927C: hue angle of 150º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #66927C is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.

Color convert

RGB102146124-
CMYK0.3000.150.43
HSL150º17.74%48.63%-
HSV(B)150º30.14%57.25%-
XYZ19.424.8422.84-
YUV130.34124.42107.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.42%
GREEN value IS 146 (57.42% from 255) = 39.25%
BLUE value IS 124 (48.83% from 255) = 33.33%
R=27.42%
G=39.25%
B=33.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1021461240.3000.150.4315017.7448.63
Hex66927C1E0F2B961231
Octal14622217436017532262261
Binary110011010010010111110011110011111010111001011010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66927C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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