#64A47D

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

Shades of Oxley #64A47D

Tints of Oxley #64A47D

Color information

#64A47D (or 0x64A47D) is unknown color: approx Oxley. HEX triplet: 64, A4 and 7D. RGB value is (100,164,125). Sum of RGB (Red+Green+Blue) = 100+164+125=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #64A47D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A47D is #9B5B82. Grayscale: #8C8C8C. Windows color (decimal): -10181507 or 8234084. OLE color: 8234084.

HSL color Cylindrical-coordinate representation of color #64A47D: hue angle of 143.44º 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 #64A47D is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB100164125-
CMYK0.3900.240.36
HSL143.44º26.02%51.76%-
HSV(B)143.44º39.02%64.31%-
XYZ22.2330.7424.16-
YUV140.42119.399.17-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.71%
GREEN value IS 164 (64.45% from 255) = 42.16%
BLUE value IS 125 (49.22% from 255) = 32.13%
R=25.71%
G=42.16%
B=32.13%

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
Decimal1001641250.3900.240.36143.4426.0251.76
Hex64A47D27018248f1a34
Octal14424417547030442173264
Binary11001001010010011111011001110110001001001000111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,164,125); }

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

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

 a { background-color: rgb(100,164,125); }

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

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

 span { border-color: rgb(100,164,125); }

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