#64A56F

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

Shades of Oxley #64A56F

Tints of Oxley #64A56F

Color information

#64A56F (or 0x64A56F) is unknown color: approx Oxley. HEX triplet: 64, A5 and 6F. RGB value is (100,165,111). Sum of RGB (Red+Green+Blue) = 100+165+111=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #64A56F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A56F is #9B5A90. Grayscale: #8B8B8B. Windows color (decimal): -10181265 or 7316836. OLE color: 7316836.

HSL color Cylindrical-coordinate representation of color #64A56F: hue angle of 130.15º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64A56F is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB100165111-
CMYK0.3900.330.35
HSL130.15º26.53%51.96%-
HSV(B)130.15º39.39%64.71%-
XYZ21.5830.7719.84-
YUV139.41111.9799.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.60%
GREEN value IS 165 (64.84% from 255) = 43.88%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=26.60%
G=43.88%
B=29.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1001651110.3900.330.35130.1526.5351.96
Hex64A56F2702123821b34
Octal14424515747041432023364
Binary110010010100101110111110011101000011000111000001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A56F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,165,111); }

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

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

 a { background-color: rgb(100,165,111); }

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

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

 span { border-color: rgb(100,165,111); }

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