#64AA5C

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

Shades of Apple #64AA5C

Tints of Apple #64AA5C

Color information

#64AA5C (or 0x64AA5C) is unknown color: approx Apple. HEX triplet: 64, AA and 5C. RGB value is (100,170,92). Sum of RGB (Red+Green+Blue) = 100+170+92=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA5C is #9B55A3. Grayscale: #8C8C8C. Windows color (decimal): -10180004 or 6072932. OLE color: 6072932.

HSL color Cylindrical-coordinate representation of color #64AA5C: hue angle of 113.85º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64AA5C is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB10017092-
CMYK0.4100.460.33
HSL113.85º31.45%51.37%-
HSV(B)113.85º45.88%66.67%-
XYZ21.5632.2315.21-
YUV140.18100.8199.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.62%
GREEN value IS 170 (66.80% from 255) = 46.96%
BLUE value IS 92 (36.33% from 255) = 25.41%
R=27.62%
G=46.96%
B=25.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100170920.4100.460.33113.8531.4551.37
Hex64AA5C2902E21721f33
Octal14425213451056411623763
Binary11001001010101010111001010010101110100001111001011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,170,92); }

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

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

 a { background-color: rgb(100,170,92); }

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

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

 span { border-color: rgb(100,170,92); }

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