Html Css Color HEX #64A959 Apple

📋 copy color: '#64A959'

red 100 ◦ green 169 ◦ blue 89

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

Shades of Apple #64A959

Tints of Apple #64A959

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.86%

R = 27.93%
G = 47.21%
B = 24.86%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#64A959 (or 0x64A959) is known color: Apple. HEX triplet: 64, A9 and 59. RGB value is (100,169,89). Sum of RGB (Red+Green+Blue) = 100+169+89=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 169 (66.41% from 255 or 47.21% from 358); Blue value is 89 (35.16% from 255 or 24.86% from 358); Max value from RGB is 169 - color contains mainly: green. Hex color #64A959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A959 is #9B56A6. Grayscale: #8B8B8B. Windows color (decimal): -10180263 or 5876068. OLE color: 5876068.

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

Color convert

RGB 100 169 89 -
CMYK 0.41 0 0.47 0.34
HSL 111.75º 0.32% 0.51% -
HSV(B) 111.75º 0.47% 0.66% -
XYZ 21.25 31.81 14.47 -
YUV 139.25 99.64 100 -
System Red Green Blue C M Y K H S L
Decimal 100 169 89 0.41 0 0.47 0.34 111.75 0.32 0.51
Hex 64 A9 59 29 0 2F 22 70 20 33
Octal 144 251 131 51 0 57 42 160 40 63
Binary 1100100 10101001 1011001 101001 0 101111 100010 1110000 100000 110011

Color Harmonies of #64A959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A959

Black with #64A959

Text Example


Text Example

White with #64A959

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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