Html Css Color HEX #64A65A Apple

📋 copy color: '#64A65A'

red 100 ◦ green 166 ◦ blue 90

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

Shades of Apple #64A65A

Tints of Apple #64A65A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.63%

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 28.09%
G = 46.63%
B = 25.28%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#64A65A (or 0x64A65A) is known color: Apple. HEX triplet: 64, A6 and 5A. RGB value is (100,166,90). Sum of RGB (Red+Green+Blue) = 100+166+90=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #64A65A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A65A is #9B59A5. Grayscale: #898989. Windows color (decimal): -10181030 or 5940836. OLE color: 5940836.

HSL color Cylindrical-coordinate representation of color #64A65A: hue angle of 112.11º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64A65A is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 166 90 -
CMYK 0.40 0 0.46 0.35
HSL 112.11º 0.3% 0.5% -
HSV(B) 112.11º 0.46% 0.65% -
XYZ 20.74 30.72 14.51 -
YUV 137.6 101.13 101.18 -
System Red Green Blue C M Y K H S L
Decimal 100 166 90 0.40 0 0.46 0.35 112.11 0.3 0.5
Hex 64 A6 5A 28 0 2E 23 70 1E 32
Octal 144 246 132 50 0 56 43 160 36 62
Binary 1100100 10100110 1011010 101000 0 101110 100011 1110000 11110 110010

Color Harmonies of #64A65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A65A

Black with #64A65A

Text Example


Text Example

White with #64A65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,166,90); }

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

background-color css

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

 a { background-color: rgb(100,166,90); }

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

border-color css

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

 span { border-color: rgb(100,166,90); }

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