#64AF4F

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

Shades of Apple #64AF4F

Tints of Apple #64AF4F

Color information

#64AF4F (or 0x64AF4F) is unknown color: approx Apple. HEX triplet: 64, AF and 4F. RGB value is (100,175,79). Sum of RGB (Red+Green+Blue) = 100+175+79=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF4F is #9B50B0. Grayscale: #8D8D8D. Windows color (decimal): -10178737 or 5222244. OLE color: 5222244.

HSL color Cylindrical-coordinate representation of color #64AF4F: hue angle of 106.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64AF4F is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB10017579-
CMYK0.4300.550.31
HSL106.88º37.8%49.8%-
HSV(B)106.88º54.86%68.63%-
XYZ2233.9312.79-
YUV141.6392.6598.31-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.25%
GREEN value IS 175 (68.75% from 255) = 49.44%
BLUE value IS 79 (31.25% from 255) = 22.32%
R=28.25%
G=49.44%
B=22.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100175790.4300.550.31106.8837.849.8
Hex64AF4F2B0371F6b2632
Octal14425711753067371534662
Binary11001001010111110011111010110110111111111101011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,175,79); }

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

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

 a { background-color: rgb(100,175,79); }

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

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

 span { border-color: rgb(100,175,79); }

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