Html Css Color HEX #64AA4C Apple

📋 copy color: '#64AA4C'

red 100 ◦ green 170 ◦ blue 76

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

Shades of Apple #64AA4C

Tints of Apple #64AA4C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.13%

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 28.9%
G = 49.13%
B = 21.97%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#64AA4C (or 0x64AA4C) is known color: Apple. HEX triplet: 64, AA and 4C. RGB value is (100,170,76). Sum of RGB (Red+Green+Blue) = 100+170+76=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 170 (66.80% from 255 or 49.13% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA4C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AA4C is #9B55B3. Grayscale: #8A8A8A. Windows color (decimal): -10180020 or 5024356. OLE color: 5024356.

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

Color convert

RGB 100 170 76 -
CMYK 0.41 0 0.55 0.33
HSL 104.68º 0.38% 0.48% -
HSV(B) 104.68º 0.55% 0.67% -
XYZ 20.93 31.98 11.91 -
YUV 138.35 92.81 100.64 -
System Red Green Blue C M Y K H S L
Decimal 100 170 76 0.41 0 0.55 0.33 104.68 0.38 0.48
Hex 64 AA 4C 29 0 37 21 69 26 30
Octal 144 252 114 51 0 67 41 151 46 60
Binary 1100100 10101010 1001100 101001 0 110111 100001 1101001 100110 110000

Color Harmonies of #64AA4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AA4C

Black with #64AA4C

Text Example


Text Example

White with #64AA4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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