Html Css Color HEX #64AF47 Apple

📋 copy color: '#64AF47'

red 100 ◦ green 175 ◦ blue 71

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

Shades of Apple #64AF47

Tints of Apple #64AF47

RGB

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

 GREEN value IS 175 (68.75% from 255) = 50.58%

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

R = 28.9%
G = 50.58%
B = 20.52%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#64AF47 (or 0x64AF47) is known color: Apple. HEX triplet: 64, AF and 47. RGB value is (100,175,71). Sum of RGB (Red+Green+Blue) = 100+175+71=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64AF47 is #9B50B8. Grayscale: #8D8D8D. Windows color (decimal): -10178745 or 4697956. OLE color: 4697956.

HSL color Cylindrical-coordinate representation of color #64AF47: hue angle of 103.27º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64AF47 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 175 71 -
CMYK 0.43 0 0.59 0.31
HSL 103.27º 0.42% 0.48% -
HSV(B) 103.27º 0.59% 0.69% -
XYZ 21.72 33.82 11.35 -
YUV 140.72 88.65 98.96 -
System Red Green Blue C M Y K H S L
Decimal 100 175 71 0.43 0 0.59 0.31 103.27 0.42 0.48
Hex 64 AF 47 2B 0 3B 1F 67 2A 30
Octal 144 257 107 53 0 73 37 147 52 60
Binary 1100100 10101111 1000111 101011 0 111011 11111 1100111 101010 110000

Color Harmonies of #64AF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64AF47

Black with #64AF47

Text Example


Text Example

White with #64AF47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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