#66A43C

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

Shades of Apple #66A43C

Tints of Apple #66A43C

Color information

#66A43C (or 0x66A43C) is unknown color: approx Apple. HEX triplet: 66, A4 and 3C. RGB value is (102,164,60). Sum of RGB (Red+Green+Blue) = 102+164+60=326 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.29% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 60 (23.83% from 255 or 18.40% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #66A43C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A43C is #995BC3. Grayscale: #858585. Windows color (decimal): -10050500 or 3974246. OLE color: 3974246.

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

Color convert

RGB10216460-
CMYK0.3800.630.36
HSL95.77º46.43%43.92%-
HSV(B)95.77º63.41%64.31%-
XYZ19.5729.78.98-
YUV133.6186.46105.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.29%
GREEN value IS 164 (64.45% from 255) = 50.31%
BLUE value IS 60 (23.83% from 255) = 18.40%
R=31.29%
G=50.31%
B=18.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102164600.3800.630.3695.7746.4343.92
Hex66A43C2603F24602e2c
Octal1462447446077441405654
Binary11001101010010011110010011001111111001001100000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A43C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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