#64A63D

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

Shades of Apple #64A63D

Tints of Apple #64A63D

Color information

#64A63D (or 0x64A63D) is unknown color: approx Apple. HEX triplet: 64, A6 and 3D. RGB value is (100,166,61). Sum of RGB (Red+Green+Blue) = 100+166+61=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 166 (65.23% from 255 or 50.76% from 327); Blue value is 61 (24.22% from 255 or 18.65% from 327); Max value from RGB is 166 - color contains mainly: green. Hex color #64A63D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A63D is #9B59C2. Grayscale: #868686. Windows color (decimal): -10181059 or 4040292. OLE color: 4040292.

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

Color convert

RGB10016661-
CMYK0.4000.630.35
HSL97.71º46.26%44.51%-
HSV(B)97.71º63.25%65.1%-
XYZ19.7330.329.23-
YUV134.386.63103.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 166 (65.23% from 255) = 50.76%
BLUE value IS 61 (24.22% from 255) = 18.65%
R=30.58%
G=50.76%
B=18.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal100166610.4000.630.3597.7146.2644.51
Hex64A63D2803F23622e2d
Octal1442467550077431425655
Binary11001001010011011110110100001111111000111100010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,166,61); }

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

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

 a { background-color: rgb(100,166,61); }

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

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

 span { border-color: rgb(100,166,61); }

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