Html Css Color HEX #64A149 Apple

📋 copy color: '#64A149'

red 100 ◦ green 161 ◦ blue 73

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

Shades of Apple #64A149

Tints of Apple #64A149

RGB

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

 GREEN value IS 161 (63.28% from 255) = 48.2%

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

R = 29.94%
G = 48.2%
B = 21.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#64A149 (or 0x64A149) is known color: Apple. HEX triplet: 64, A1 and 49. RGB value is (100,161,73). Sum of RGB (Red+Green+Blue) = 100+161+73=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 73 (28.91% from 255 or 21.86% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #64A149 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A149 is #9B5EB6. Grayscale: #858585. Windows color (decimal): -10182327 or 4825444. OLE color: 4825444.

HSL color Cylindrical-coordinate representation of color #64A149: hue angle of 101.59º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64A149 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 161 73 -
CMYK 0.38 0 0.55 0.37
HSL 101.59º 0.38% 0.46% -
HSV(B) 101.59º 0.55% 0.63% -
XYZ 19.2 28.68 10.83 -
YUV 132.73 94.29 104.66 -
System Red Green Blue C M Y K H S L
Decimal 100 161 73 0.38 0 0.55 0.37 101.59 0.38 0.46
Hex 64 A1 49 26 0 37 25 66 26 2E
Octal 144 241 111 46 0 67 45 146 46 56
Binary 1100100 10100001 1001001 100110 0 110111 100101 1100110 100110 101110

Color Harmonies of #64A149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A149

Black with #64A149

Text Example


Text Example

White with #64A149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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