#64A247

Color #64A247 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #64A247

Tints of Apple #64A247

Color information

#64A247 (or 0x64A247) is unknown color: approx Apple. HEX triplet: 64, A2 and 47. RGB value is (100,162,71). Sum of RGB (Red+Green+Blue) = 100+162+71=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #64A247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A247 is #9B5DB8. Grayscale: #858585. Windows color (decimal): -10182073 or 4694628. OLE color: 4694628.

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

Color convert

RGB10016271-
CMYK0.3800.560.36
HSL100.88º39.06%45.69%-
HSV(B)100.88º56.17%63.53%-
XYZ19.312910.54-
YUV133.0992.96104.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 162 (63.67% from 255) = 48.65%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=30.03%
G=48.65%
B=21.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100162710.3800.560.36100.8839.0645.69
Hex64A247260382465272e
Octal14424210746070441454756
Binary110010010100010100011110011001110001001001100101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,162,71); }

 H1.HeaderClassName
 {
   color: #64A247;
 }
 .AnyTagClassName
 {
   color: #64A247;
 }
</style>
background-color css

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

 a { background-color: rgb(100,162,71); }

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

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

 span { border-color: rgb(100,162,71); }

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