#66857E

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

Shades of Patina #66857E

Tints of Patina #66857E

Color information

#66857E (or 0x66857E) is unknown color: approx Patina. HEX triplet: 66, 85 and 7E. RGB value is (102,133,126). Sum of RGB (Red+Green+Blue) = 102+133+126=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 133 - color contains mainly: green. Hex color #66857E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66857E is #997A81. Grayscale: #7A7A7A. Windows color (decimal): -10058370 or 8291686. OLE color: 8291686.

HSL color Cylindrical-coordinate representation of color #66857E: hue angle of 166.45º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66857E is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB102133126-
CMYK0.2300.050.48
HSL166.45º13.19%46.08%-
HSV(B)166.45º23.31%52.16%-
XYZ17.6321.1122.88-
YUV122.93129.73113.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 133 (52.34% from 255) = 36.84%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=28.25%
G=36.84%
B=34.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021331260.2300.050.48166.4513.1946.08
Hex66857E170530a6d2e
Octal1462051762705602461556
Binary1100110100001011111110101110101110000101001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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