Html Css Color HEX #64A64F Apple

📋 copy color: '#64A64F'

red 100 ◦ green 166 ◦ blue 79

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

Shades of Apple #64A64F

Tints of Apple #64A64F

RGB

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

 GREEN value IS 166 (65.23% from 255) = 48.12%

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

R = 28.99%
G = 48.12%
B = 22.9%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#64A64F (or 0x64A64F) is known color: Apple. HEX triplet: 64, A6 and 4F. RGB value is (100,166,79). Sum of RGB (Red+Green+Blue) = 100+166+79=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #64A64F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A64F is #9B59B0. Grayscale: #888888. Windows color (decimal): -10181041 or 5219940. OLE color: 5219940.

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

Color convert

RGB 100 166 79 -
CMYK 0.40 0 0.52 0.35
HSL 105.52º 0.36% 0.48% -
HSV(B) 105.52º 0.52% 0.65% -
XYZ 20.3 30.55 12.22 -
YUV 136.35 95.63 102.07 -
System Red Green Blue C M Y K H S L
Decimal 100 166 79 0.40 0 0.52 0.35 105.52 0.36 0.48
Hex 64 A6 4F 28 0 34 23 6A 24 30
Octal 144 246 117 50 0 64 43 152 44 60
Binary 1100100 10100110 1001111 101000 0 110100 100011 1101010 100100 110000

Color Harmonies of #64A64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A64F

Black with #64A64F

Text Example


Text Example

White with #64A64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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