Html Css Color HEX #64A73F Apple

📋 copy color: '#64A73F'

red 100 ◦ green 167 ◦ blue 63

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

Shades of Apple #64A73F

Tints of Apple #64A73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.09%

R = 30.3%
G = 50.61%
B = 19.09%

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

#64A73F (or 0x64A73F) is known color: Apple. HEX triplet: 64, A7 and 3F. RGB value is (100,167,63). Sum of RGB (Red+Green+Blue) = 100+167+63=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 167 (65.62% from 255 or 50.61% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 167 - color contains mainly: green. Hex color #64A73F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A73F is #9B58C0. Grayscale: #878787. Windows color (decimal): -10180801 or 4171620. OLE color: 4171620.

HSL color Cylindrical-coordinate representation of color #64A73F: hue angle of 98.65º 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 #64A73F is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 167 63 -
CMYK 0.40 0 0.62 0.35
HSL 98.65º 0.45% 0.45% -
HSV(B) 98.65º 0.62% 0.65% -
XYZ 19.97 30.71 9.58 -
YUV 135.11 87.3 102.96 -
System Red Green Blue C M Y K H S L
Decimal 100 167 63 0.40 0 0.62 0.35 98.65 0.45 0.45
Hex 64 A7 3F 28 0 3E 23 63 2D 2D
Octal 144 247 77 50 0 76 43 143 55 55
Binary 1100100 10100111 111111 101000 0 111110 100011 1100011 101101 101101

Color Harmonies of #64A73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A73F

Black with #64A73F

Text Example


Text Example

White with #64A73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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