#66A446

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

Shades of Apple #66A446

Tints of Apple #66A446

Color information

#66A446 (or 0x66A446) is unknown color: approx Apple. HEX triplet: 66, A4 and 46. RGB value is (102,164,70). Sum of RGB (Red+Green+Blue) = 102+164+70=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 164 (64.45% from 255 or 48.81% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 164 - color contains mainly: green. Hex color #66A446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A446 is #995BB9. Grayscale: #878787. Windows color (decimal): -10050490 or 4629606. OLE color: 4629606.

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

Color convert

RGB10216470-
CMYK0.3800.570.36
HSL99.57º40.17%45.88%-
HSV(B)99.57º57.32%64.31%-
XYZ19.8629.8210.5-
YUV134.7591.46104.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 164 (64.45% from 255) = 48.81%
BLUE value IS 70 (27.73% from 255) = 20.83%
R=30.36%
G=48.81%
B=20.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102164700.3800.570.3699.5740.1745.88
Hex66A446260392464282e
Octal14624410646071441445056
Binary110011010100100100011010011001110011001001100100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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