#64A18B

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

Shades of Patina #64A18B

Tints of Patina #64A18B

Color information

#64A18B (or 0x64A18B) is unknown color: approx Patina. HEX triplet: 64, A1 and 8B. RGB value is (100,161,139). Sum of RGB (Red+Green+Blue) = 100+161+139=400 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25% from 400); Green value is 161 (63.28% from 255 or 40.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 161 - color contains mainly: green. Hex color #64A18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64A18B is #9B5E74. Grayscale: #8C8C8C. Windows color (decimal): -10182261 or 9150820. OLE color: 9150820.

HSL color Cylindrical-coordinate representation of color #64A18B: hue angle of 158.36º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64A18B is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB100161139-
CMYK0.3800.140.37
HSL158.36º24.5%51.18%-
HSV(B)158.36º37.89%63.14%-
XYZ22.6630.0629.03-
YUV140.25127.2999.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25%
GREEN value IS 161 (63.28% from 255) = 40.25%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=25%
G=40.25%
B=34.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1001611390.3800.140.37158.3624.551.18
Hex64A18B260E259e1833
Octal14424121346016452363063
Binary11001001010000110001011100110011101001011001111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A18B; }

 p { color: rgb(100,161,139); }

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

<style>
 a { background-color: #64A18B; }

 a { background-color: rgb(100,161,139); }

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

<style>
 span { border-color: #64A18B; }

 span { border-color: rgb(100,161,139); }

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