Html Css Color HEX #64A14A Apple

📋 copy color: '#64A14A'

red 100 ◦ green 161 ◦ blue 74

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

Shades of Apple #64A14A

Tints of Apple #64A14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.09%

R = 29.85%
G = 48.06%
B = 22.09%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#64A14A (or 0x64A14A) is known color: Apple. HEX triplet: 64, A1 and 4A. RGB value is (100,161,74). Sum of RGB (Red+Green+Blue) = 100+161+74=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #64A14A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A14A is #9B5EB5. Grayscale: #858585. Windows color (decimal): -10182326 or 4890980. OLE color: 4890980.

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

Color convert

RGB 100 161 74 -
CMYK 0.38 0 0.54 0.37
HSL 102.07º 0.37% 0.46% -
HSV(B) 102.07º 0.54% 0.63% -
XYZ 19.24 28.69 11 -
YUV 132.84 94.79 104.57 -
System Red Green Blue C M Y K H S L
Decimal 100 161 74 0.38 0 0.54 0.37 102.07 0.37 0.46
Hex 64 A1 4A 26 0 36 25 66 25 2E
Octal 144 241 112 46 0 66 45 146 45 56
Binary 1100100 10100001 1001010 100110 0 110110 100101 1100110 100101 101110

Color Harmonies of #64A14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A14A

Black with #64A14A

Text Example


Text Example

White with #64A14A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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