Html Css Color HEX #64AA55 Apple

📋 copy color: '#64AA55'

red 100 ◦ green 170 ◦ blue 85

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

Shades of Apple #64AA55

Tints of Apple #64AA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 28.17%
G = 47.89%
B = 23.94%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#64AA55 (or 0x64AA55) is known color: Apple. HEX triplet: 64, AA and 55. RGB value is (100,170,85). Sum of RGB (Red+Green+Blue) = 100+170+85=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA55 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA55 is #9B55AA. Grayscale: #8B8B8B. Windows color (decimal): -10180011 or 5614180. OLE color: 5614180.

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

Color convert

RGB 100 170 85 -
CMYK 0.41 0 0.50 0.33
HSL 109.41º 0.33% 0.5% -
HSV(B) 109.41º 0.5% 0.67% -
XYZ 21.27 32.11 13.67 -
YUV 139.38 97.31 99.91 -
System Red Green Blue C M Y K H S L
Decimal 100 170 85 0.41 0 0.50 0.33 109.41 0.33 0.5
Hex 64 AA 55 29 0 32 21 6D 21 32
Octal 144 252 125 51 0 62 41 155 41 62
Binary 1100100 10101010 1010101 101001 0 110010 100001 1101101 100001 110010

Color Harmonies of #64AA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AA55

Black with #64AA55

Text Example


Text Example

White with #64AA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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