Html Css Color HEX #64A559 Apple

📋 copy color: '#64A559'

red 100 ◦ green 165 ◦ blue 89

#64A559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #64A559

Tints of Apple #64A559

RGB

 RED value IS 100 (39.45% from 255) = 28.25%

 GREEN value IS 165 (64.84% from 255) = 46.61%

 BLUE value IS 89 (35.16% from 255) = 25.14%

R = 28.25%
G = 46.61%
B = 25.14%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#64A559 (or 0x64A559) is known color: Apple. HEX triplet: 64, A5 and 59. RGB value is (100,165,89). Sum of RGB (Red+Green+Blue) = 100+165+89=354 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.25% from 354); Green value is 165 (64.84% from 255 or 46.61% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 165 - color contains mainly: green. Hex color #64A559 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A559 is #9B5AA6. Grayscale: #898989. Windows color (decimal): -10181287 or 5875044. OLE color: 5875044.

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

Color convert

RGB 100 165 89 -
CMYK 0.39 0 0.46 0.35
HSL 111.32º 0.3% 0.5% -
HSV(B) 111.32º 0.46% 0.65% -
XYZ 20.51 30.34 14.23 -
YUV 136.9 100.97 101.68 -
System Red Green Blue C M Y K H S L
Decimal 100 165 89 0.39 0 0.46 0.35 111.32 0.3 0.5
Hex 64 A5 59 27 0 2E 23 6F 1E 32
Octal 144 245 131 47 0 56 43 157 36 62
Binary 1100100 10100101 1011001 100111 0 101110 100011 1101111 11110 110010

Color Harmonies of #64A559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A559

Black with #64A559

Text Example


Text Example

White with #64A559

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,165,89); }

 H1.HeaderClassName
 {
   color: #64A559;
 }
 .AnyTagClassName
 {
   color: #64A559;
 }
</style>

background-color css

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

 a { background-color: rgb(100,165,89); }

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

border-color css

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

 span { border-color: rgb(100,165,89); }

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