Html Css Color HEX #64AA43 Apple

📋 copy color: '#64AA43'

red 100 ◦ green 170 ◦ blue 67

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

Shades of Apple #64AA43

Tints of Apple #64AA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.88%

R = 29.67%
G = 50.45%
B = 19.88%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#64AA43 (or 0x64AA43) is known color: Apple. HEX triplet: 64, AA and 43. RGB value is (100,170,67). Sum of RGB (Red+Green+Blue) = 100+170+67=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #64AA43 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AA43 is #9B55BC. Grayscale: #898989. Windows color (decimal): -10180029 or 4434532. OLE color: 4434532.

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

Color convert

RGB 100 170 67 -
CMYK 0.41 0 0.61 0.33
HSL 100.78º 0.43% 0.46% -
HSV(B) 100.78º 0.61% 0.67% -
XYZ 20.64 31.86 10.37 -
YUV 137.33 88.31 101.38 -
System Red Green Blue C M Y K H S L
Decimal 100 170 67 0.41 0 0.61 0.33 100.78 0.43 0.46
Hex 64 AA 43 29 0 3D 21 65 2B 2E
Octal 144 252 103 51 0 75 41 145 53 56
Binary 1100100 10101010 1000011 101001 0 111101 100001 1100101 101011 101110

Color Harmonies of #64AA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AA43

Black with #64AA43

Text Example


Text Example

White with #64AA43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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