Html Css Color HEX #64A44F Apple

📋 copy color: '#64A44F'

red 100 ◦ green 164 ◦ blue 79

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

Shades of Apple #64A44F

Tints of Apple #64A44F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.81%

 BLUE value IS 79 (31.25% from 255) = 23.03%

R = 29.15%
G = 47.81%
B = 23.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#64A44F (or 0x64A44F) is known color: Apple. HEX triplet: 64, A4 and 4F. RGB value is (100,164,79). Sum of RGB (Red+Green+Blue) = 100+164+79=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 164 (64.45% from 255 or 47.81% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 164 - color contains mainly: green. Hex color #64A44F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A44F is #9B5BB0. Grayscale: #878787. Windows color (decimal): -10181553 or 5219428. OLE color: 5219428.

HSL color Cylindrical-coordinate representation of color #64A44F: hue angle of 105.18º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64A44F is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 164 79 -
CMYK 0.39 0 0.52 0.36
HSL 105.18º 0.35% 0.48% -
HSV(B) 105.18º 0.52% 0.64% -
XYZ 19.94 29.82 12.1 -
YUV 135.17 96.3 102.91 -
System Red Green Blue C M Y K H S L
Decimal 100 164 79 0.39 0 0.52 0.36 105.18 0.35 0.48
Hex 64 A4 4F 27 0 34 24 69 23 30
Octal 144 244 117 47 0 64 44 151 43 60
Binary 1100100 10100100 1001111 100111 0 110100 100100 1101001 100011 110000

Color Harmonies of #64A44F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A44F

Black with #64A44F

Text Example


Text Example

White with #64A44F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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