#64A85A

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

Shades of Apple #64A85A

Tints of Apple #64A85A

Color information

#64A85A (or 0x64A85A) is unknown color: approx Apple. HEX triplet: 64, A8 and 5A. RGB value is (100,168,90). Sum of RGB (Red+Green+Blue) = 100+168+90=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 168 - color contains mainly: green. Hex color #64A85A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A85A is #9B57A5. Grayscale: #8B8B8B. Windows color (decimal): -10180518 or 5941348. OLE color: 5941348.

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

Color convert

RGB10016890-
CMYK0.4000.460.34
HSL112.31º30.95%50.59%-
HSV(B)112.31º46.43%65.88%-
XYZ21.131.4514.63-
YUV138.78100.47100.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 168 (66.02% from 255) = 46.93%
BLUE value IS 90 (35.55% from 255) = 25.14%
R=27.93%
G=46.93%
B=25.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal100168900.4000.460.34112.3130.9550.59
Hex64A85A2802E22701f33
Octal14425013250056421603763
Binary11001001010100010110101010000101110100010111000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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