Html Css Color HEX #64AA5C Apple

📋 copy color: '#64AA5C'

red 100 ◦ green 170 ◦ blue 92

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

Shades of Apple #64AA5C

Tints of Apple #64AA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.41%

R = 27.62%
G = 46.96%
B = 25.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#64AA5C (or 0x64AA5C) is known color: Apple. HEX triplet: 64, AA and 5C. RGB value is (100,170,92). Sum of RGB (Red+Green+Blue) = 100+170+92=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 92 (36.33% from 255 or 25.41% from 362); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64AA5C is #9B55A3. Grayscale: #8C8C8C. Windows color (decimal): -10180004 or 6072932. OLE color: 6072932.

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

Color convert

RGB 100 170 92 -
CMYK 0.41 0 0.46 0.33
HSL 113.85º 0.31% 0.51% -
HSV(B) 113.85º 0.46% 0.67% -
XYZ 21.56 32.23 15.21 -
YUV 140.18 100.81 99.34 -
System Red Green Blue C M Y K H S L
Decimal 100 170 92 0.41 0 0.46 0.33 113.85 0.31 0.51
Hex 64 AA 5C 29 0 2E 21 72 1F 33
Octal 144 252 134 51 0 56 41 162 37 63
Binary 1100100 10101010 1011100 101001 0 101110 100001 1110010 11111 110011

Color Harmonies of #64AA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AA5C

Black with #64AA5C

Text Example


Text Example

White with #64AA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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