#64A37C

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

Shades of Oxley #64A37C

Tints of Oxley #64A37C

Color information

#64A37C (or 0x64A37C) is unknown color: approx Oxley. HEX triplet: 64, A3 and 7C. RGB value is (100,163,124). Sum of RGB (Red+Green+Blue) = 100+163+124=387 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.84% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 163 - color contains mainly: green. Hex color #64A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A37C is #9B5C83. Grayscale: #8B8B8B. Windows color (decimal): -10181764 or 8168292. OLE color: 8168292.

HSL color Cylindrical-coordinate representation of color #64A37C: hue angle of 142.86º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A37C is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB100163124-
CMYK0.3900.240.36
HSL142.86º25.51%51.57%-
HSV(B)142.86º38.65%63.92%-
XYZ21.9930.3623.77-
YUV139.72119.1399.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.84%
GREEN value IS 163 (64.06% from 255) = 42.12%
BLUE value IS 124 (48.83% from 255) = 32.04%
R=25.84%
G=42.12%
B=32.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001631240.3900.240.36142.8625.5151.57
Hex64A37C27018248f1a34
Octal14424317447030442173264
Binary11001001010001111111001001110110001001001000111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,163,124); }

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

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

 a { background-color: rgb(100,163,124); }

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

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

 span { border-color: rgb(100,163,124); }

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