Html Css Color HEX #64A445 Apple

📋 copy color: '#64A445'

red 100 ◦ green 164 ◦ blue 69

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

Shades of Apple #64A445

Tints of Apple #64A445

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.25%

 BLUE value IS 69 (27.34% from 255) = 20.72%

R = 30.03%
G = 49.25%
B = 20.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#64A445 (or 0x64A445) is known color: Apple. HEX triplet: 64, A4 and 45. RGB value is (100,164,69). Sum of RGB (Red+Green+Blue) = 100+164+69=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #64A445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A445 is #9B5BBA. Grayscale: #868686. Windows color (decimal): -10181563 or 4564068. OLE color: 4564068.

HSL color Cylindrical-coordinate representation of color #64A445: hue angle of 100.42º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64A445 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 164 69 -
CMYK 0.39 0 0.58 0.36
HSL 100.42º 0.41% 0.46% -
HSV(B) 100.42º 0.58% 0.64% -
XYZ 19.61 29.69 10.33 -
YUV 134.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 100 164 69 0.39 0 0.58 0.36 100.42 0.41 0.46
Hex 64 A4 45 27 0 3A 24 64 29 2E
Octal 144 244 105 47 0 72 44 144 51 56
Binary 1100100 10100100 1000101 100111 0 111010 100100 1100100 101001 101110

Color Harmonies of #64A445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A445

Black with #64A445

Text Example


Text Example

White with #64A445

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,164,69); }

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

background-color css

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

 a { background-color: rgb(100,164,69); }

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

border-color css

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

 span { border-color: rgb(100,164,69); }

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