Html Css Color HEX #64A053 Apple

📋 copy color: '#64A053'

red 100 ◦ green 160 ◦ blue 83

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

Shades of Apple #64A053

Tints of Apple #64A053

RGB

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

 GREEN value IS 160 (62.89% from 255) = 46.65%

 BLUE value IS 83 (32.81% from 255) = 24.2%

R = 29.15%
G = 46.65%
B = 24.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#64A053 (or 0x64A053) is known color: Apple. HEX triplet: 64, A0 and 53. RGB value is (100,160,83). Sum of RGB (Red+Green+Blue) = 100+160+83=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 160 (62.89% from 255 or 46.65% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 160 - color contains mainly: green. Hex color #64A053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A053 is #9B5FAC. Grayscale: #858585. Windows color (decimal): -10182573 or 5480548. OLE color: 5480548.

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

Color convert

RGB 100 160 83 -
CMYK 0.38 0 0.48 0.37
HSL 106.75º 0.32% 0.48% -
HSV(B) 106.75º 0.48% 0.63% -
XYZ 19.39 28.48 12.66 -
YUV 133.28 99.62 104.26 -
System Red Green Blue C M Y K H S L
Decimal 100 160 83 0.38 0 0.48 0.37 106.75 0.32 0.48
Hex 64 A0 53 26 0 30 25 6B 20 30
Octal 144 240 123 46 0 60 45 153 40 60
Binary 1100100 10100000 1010011 100110 0 110000 100101 1101011 100000 110000

Color Harmonies of #64A053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A053

Black with #64A053

Text Example


Text Example

White with #64A053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,160,83); }

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

background-color css

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

 a { background-color: rgb(100,160,83); }

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

border-color css

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

 span { border-color: rgb(100,160,83); }

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