Html Css Color HEX #64A949 Apple

📋 copy color: '#64A949'

red 100 ◦ green 169 ◦ blue 73

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

Shades of Apple #64A949

Tints of Apple #64A949

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.42%

 BLUE value IS 73 (28.91% from 255) = 21.35%

R = 29.24%
G = 49.42%
B = 21.35%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#64A949 (or 0x64A949) is known color: Apple. HEX triplet: 64, A9 and 49. RGB value is (100,169,73). Sum of RGB (Red+Green+Blue) = 100+169+73=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 169 (66.41% from 255 or 49.42% from 342); Blue value is 73 (28.91% from 255 or 21.35% from 342); Max value from RGB is 169 - color contains mainly: green. Hex color #64A949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A949 is #9B56B6. Grayscale: #898989. Windows color (decimal): -10180279 or 4827492. OLE color: 4827492.

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

Color convert

RGB 100 169 73 -
CMYK 0.41 0 0.57 0.34
HSL 103.13º 0.4% 0.47% -
HSV(B) 103.13º 0.57% 0.66% -
XYZ 20.65 31.57 11.31 -
YUV 137.43 91.64 101.31 -
System Red Green Blue C M Y K H S L
Decimal 100 169 73 0.41 0 0.57 0.34 103.13 0.4 0.47
Hex 64 A9 49 29 0 39 22 67 28 2F
Octal 144 251 111 51 0 71 42 147 50 57
Binary 1100100 10101001 1001001 101001 0 111001 100010 1100111 101000 101111

Color Harmonies of #64A949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A949

Black with #64A949

Text Example


Text Example

White with #64A949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,169,73); }

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

background-color css

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

 a { background-color: rgb(100,169,73); }

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

border-color css

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

 span { border-color: rgb(100,169,73); }

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