#64A14D

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

Shades of Apple #64A14D

Tints of Apple #64A14D

Color information

#64A14D (or 0x64A14D) is unknown color: approx Apple. HEX triplet: 64, A1 and 4D. RGB value is (100,161,77). Sum of RGB (Red+Green+Blue) = 100+161+77=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 161 - color contains mainly: green. Hex color #64A14D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A14D is #9B5EB2. Grayscale: #858585. Windows color (decimal): -10182323 or 5087588. OLE color: 5087588.

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

Color convert

RGB10016177-
CMYK0.3800.520.37
HSL103.57º35.29%46.67%-
HSV(B)103.57º52.17%63.14%-
XYZ19.3428.7311.55-
YUV133.1896.29104.33-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 161 (63.28% from 255) = 47.63%
BLUE value IS 77 (30.47% from 255) = 22.78%
R=29.59%
G=47.63%
B=22.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal100161770.3800.520.37103.5735.2946.67
Hex64A14D260342568232f
Octal14424111546064451504357
Binary110010010100001100110110011001101001001011101000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,161,77); }

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

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

 a { background-color: rgb(100,161,77); }

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

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

 span { border-color: rgb(100,161,77); }

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