#66A44A

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

Shades of Apple #66A44A

Tints of Apple #66A44A

Color information

#66A44A (or 0x66A44A) is unknown color: approx Apple. HEX triplet: 66, A4 and 4A. RGB value is (102,164,74). Sum of RGB (Red+Green+Blue) = 102+164+74=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 164 (64.45% from 255 or 48.24% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 164 - color contains mainly: green. Hex color #66A44A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A44A is #995BB5. Grayscale: #878787. Windows color (decimal): -10050486 or 4891750. OLE color: 4891750.

HSL color Cylindrical-coordinate representation of color #66A44A: hue angle of 101.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66A44A is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB10216474-
CMYK0.3800.550.36
HSL101.33º37.82%46.67%-
HSV(B)101.33º54.88%64.31%-
XYZ19.9929.8711.19-
YUV135.293.46104.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 164 (64.45% from 255) = 48.24%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=30%
G=48.24%
B=21.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102164740.3800.550.36101.3337.8246.67
Hex66A44A260372465262f
Octal14624411246067441454657
Binary110011010100100100101010011001101111001001100101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A44A; }

 p { color: rgb(102,164,74); }

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

<style>
 a { background-color: #66A44A; }

 a { background-color: rgb(102,164,74); }

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

<style>
 span { border-color: #66A44A; }

 span { border-color: rgb(102,164,74); }

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