#64a756

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

Shades of Apple #64A756

Tints of Apple #64A756

Color information

#64A756 (or 0x64A756) is unknown color: approx Apple. HEX triplet: 64, A7 and 56. RGB value is (100,167,86). Sum of RGB (Red+Green+Blue) = 100+167+86=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 167 (65.62% from 255 or 47.31% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 167 - color contains mainly: green. Hex color #64A756 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A756 is #9B58A9. Grayscale: #898989. Windows color (decimal): -10180778 or 5678948. OLE color: 5678948.

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

Color convert

RGB10016786-
CMYK0.4000.490.35
HSL109.63º32.02%49.61%-
HSV(B)109.63º48.5%65.49%-
XYZ20.7531.0213.7-
YUV137.7398.8101.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 167 (65.62% from 255) = 47.31%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=28.33%
G=47.31%
B=24.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100167860.4000.490.35109.6332.0249.61
Hex64A75628031236e2032
Octal14424712650061431564062
Binary110010010100111101011010100001100011000111101110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64a756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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