Html Css Color HEX #64A847 Apple

📋 copy color: '#64A847'

red 100 ◦ green 168 ◦ blue 71

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

Shades of Apple #64A847

Tints of Apple #64A847

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.56%

 BLUE value IS 71 (28.13% from 255) = 20.94%

R = 29.5%
G = 49.56%
B = 20.94%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#64A847 (or 0x64A847) is known color: Apple. HEX triplet: 64, A8 and 47. RGB value is (100,168,71). Sum of RGB (Red+Green+Blue) = 100+168+71=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 168 (66.02% from 255 or 49.56% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 168 - color contains mainly: green. Hex color #64A847 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A847 is #9B57B8. Grayscale: #888888. Windows color (decimal): -10180537 or 4696164. OLE color: 4696164.

HSL color Cylindrical-coordinate representation of color #64A847: hue angle of 102.06º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64A847 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 168 71 -
CMYK 0.40 0 0.58 0.34
HSL 102.06º 0.41% 0.47% -
HSV(B) 102.06º 0.58% 0.66% -
XYZ 20.4 31.17 10.9 -
YUV 136.61 90.97 101.89 -
System Red Green Blue C M Y K H S L
Decimal 100 168 71 0.40 0 0.58 0.34 102.06 0.41 0.47
Hex 64 A8 47 28 0 3A 22 66 29 2F
Octal 144 250 107 50 0 72 42 146 51 57
Binary 1100100 10101000 1000111 101000 0 111010 100010 1100110 101001 101111

Color Harmonies of #64A847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A847

Black with #64A847

Text Example


Text Example

White with #64A847

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,168,71); }

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

background-color css

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

 a { background-color: rgb(100,168,71); }

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

border-color css

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

 span { border-color: rgb(100,168,71); }

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