#64A856

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

Shades of Apple #64A856

Tints of Apple #64A856

Color information

#64A856 (or 0x64A856) is unknown color: approx Apple. HEX triplet: 64, A8 and 56. RGB value is (100,168,86). Sum of RGB (Red+Green+Blue) = 100+168+86=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 86 (33.98% from 255 or 24.29% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #64A856 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A856 is #9B57A9. Grayscale: #8A8A8A. Windows color (decimal): -10180522 or 5679204. OLE color: 5679204.

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

Color convert

RGB10016886-
CMYK0.4000.490.34
HSL109.76º32.28%49.8%-
HSV(B)109.76º48.81%65.88%-
XYZ20.9431.3913.76-
YUV138.3298.47100.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 168 (66.02% from 255) = 47.46%
BLUE value IS 86 (33.98% from 255) = 24.29%
R=28.25%
G=47.46%
B=24.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100168860.4000.490.34109.7632.2849.8
Hex64A85628031226e2032
Octal14425012650061421564062
Binary110010010101000101011010100001100011000101101110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,168,86); }

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

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

 a { background-color: rgb(100,168,86); }

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

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

 span { border-color: rgb(100,168,86); }

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