#64A739

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

Shades of Apple #64A739

Tints of Apple #64A739

Color information

#64A739 (or 0x64A739) is unknown color: approx Apple. HEX triplet: 64, A7 and 39. RGB value is (100,167,57). Sum of RGB (Red+Green+Blue) = 100+167+57=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #64A739 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A739 is #9B58C6. Grayscale: #868686. Windows color (decimal): -10180807 or 3778404. OLE color: 3778404.

HSL color Cylindrical-coordinate representation of color #64A739: hue angle of 96.55º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #64A739 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB10016757-
CMYK0.4000.660.35
HSL96.55º49.11%43.92%-
HSV(B)96.55º65.87%65.49%-
XYZ19.8130.648.74-
YUV134.4384.3103.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.86%
GREEN value IS 167 (65.62% from 255) = 51.54%
BLUE value IS 57 (22.66% from 255) = 17.59%
R=30.86%
G=51.54%
B=17.59%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100167570.4000.660.3596.5549.1143.92
Hex64A739280422361312c
Octal14424771500102431416154
Binary110010010100111111001101000010000101000111100001110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,167,57); }

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

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

 a { background-color: rgb(100,167,57); }

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

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

 span { border-color: rgb(100,167,57); }

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