#66B24A

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

Shades of Apple #66B24A

Tints of Apple #66B24A

Color information

#66B24A (or 0x66B24A) is unknown color: approx Apple. HEX triplet: 66, B2 and 4A. RGB value is (102,178,74). Sum of RGB (Red+Green+Blue) = 102+178+74=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 178 (69.92% from 255 or 50.28% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 178 - color contains mainly: green. Hex color #66B24A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66B24A is #994DB5. Grayscale: #8F8F8F. Windows color (decimal): -10046902 or 4895334. OLE color: 4895334.

HSL color Cylindrical-coordinate representation of color #66B24A: hue angle of 103.85º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66B24A is Cyan = 0.43, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB10217874-
CMYK0.4300.580.30
HSL103.85º41.27%49.41%-
HSV(B)103.85º58.43%69.8%-
XYZ22.6435.1612.07-
YUV143.4288.8298.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.81%
GREEN value IS 178 (69.92% from 255) = 50.28%
BLUE value IS 74 (29.30% from 255) = 20.90%
R=28.81%
G=50.28%
B=20.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal102178740.4300.580.30103.8541.2749.41
Hex66B24A2B03A1E682931
Octal14626211253072361505161
Binary11001101011001010010101010110111010111101101000101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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