#64AF5A

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

Shades of Apple #64AF5A

Tints of Apple #64AF5A

Color information

#64AF5A (or 0x64AF5A) is unknown color: approx Apple. HEX triplet: 64, AF and 5A. RGB value is (100,175,90). Sum of RGB (Red+Green+Blue) = 100+175+90=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 175 (68.75% from 255 or 47.95% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AF5A is #9B50A5. Grayscale: #8F8F8F. Windows color (decimal): -10178726 or 5943140. OLE color: 5943140.

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

Color convert

RGB10017590-
CMYK0.4300.490.31
HSL112.94º34.69%51.96%-
HSV(B)112.94º48.57%68.63%-
XYZ22.4334.1115.07-
YUV142.8898.1597.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.40%
GREEN value IS 175 (68.75% from 255) = 47.95%
BLUE value IS 90 (35.55% from 255) = 24.66%
R=27.40%
G=47.95%
B=24.66%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal100175900.4300.490.31112.9434.6951.96
Hex64AF5A2B0311F712334
Octal14425713253061371614364
Binary11001001010111110110101010110110001111111110001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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