#64A47A

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

Shades of Oxley #64A47A

Tints of Oxley #64A47A

Color information

#64A47A (or 0x64A47A) is unknown color: approx Oxley. HEX triplet: 64, A4 and 7A. RGB value is (100,164,122). Sum of RGB (Red+Green+Blue) = 100+164+122=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #64A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A47A is #9B5B85. Grayscale: #8C8C8C. Windows color (decimal): -10181510 or 8037476. OLE color: 8037476.

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

Color convert

RGB100164122-
CMYK0.3900.260.36
HSL140.62º26.02%51.76%-
HSV(B)140.62º39.02%64.31%-
XYZ22.0430.6723.17-
YUV140.08117.899.42-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.91%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 122 (48.05% from 255) = 31.61%
R=25.91%
G=42.49%
B=31.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1001641220.3900.260.36140.6226.0251.76
Hex64A47A2701A248d1a34
Octal14424417247032442153264
Binary11001001010010011110101001110110101001001000110111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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