Html Css Color HEX #64A740 Apple

📋 copy color: '#64A740'

red 100 ◦ green 167 ◦ blue 64

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

Shades of Apple #64A740

Tints of Apple #64A740

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.45%

 BLUE value IS 64 (25.39% from 255) = 19.34%

R = 30.21%
G = 50.45%
B = 19.34%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#64A740 (or 0x64A740) is known color: Apple. HEX triplet: 64, A7 and 40. RGB value is (100,167,64). Sum of RGB (Red+Green+Blue) = 100+167+64=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 167 (65.62% from 255 or 50.45% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 167 - color contains mainly: green. Hex color #64A740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A740 is #9B58BF. Grayscale: #878787. Windows color (decimal): -10180800 or 4237156. OLE color: 4237156.

HSL color Cylindrical-coordinate representation of color #64A740: hue angle of 99.03º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #64A740 is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 167 64 -
CMYK 0.40 0 0.62 0.35
HSL 99.03º 0.45% 0.45% -
HSV(B) 99.03º 0.62% 0.65% -
XYZ 20 30.72 9.73 -
YUV 135.23 87.8 102.88 -
System Red Green Blue C M Y K H S L
Decimal 100 167 64 0.40 0 0.62 0.35 99.03 0.45 0.45
Hex 64 A7 40 28 0 3E 23 63 2D 2D
Octal 144 247 100 50 0 76 43 143 55 55
Binary 1100100 10100111 1000000 101000 0 111110 100011 1100011 101101 101101

Color Harmonies of #64A740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A740

Black with #64A740

Text Example


Text Example

White with #64A740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,167,64); }

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

background-color css

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

 a { background-color: rgb(100,167,64); }

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

border-color css

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

 span { border-color: rgb(100,167,64); }

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