#66B43D

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

Shades of Apple #66B43D

Tints of Apple #66B43D

Color information

#66B43D (or 0x66B43D) is unknown color: approx Apple. HEX triplet: 66, B4 and 3D. RGB value is (102,180,61). Sum of RGB (Red+Green+Blue) = 102+180+61=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 180 (70.70% from 255 or 52.48% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 180 - color contains mainly: green. Hex color #66B43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B43D is #994BC2. Grayscale: #8F8F8F. Windows color (decimal): -10046403 or 4043878. OLE color: 4043878.

HSL color Cylindrical-coordinate representation of color #66B43D: hue angle of 99.33º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66B43D is Cyan = 0.43, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB10218061-
CMYK0.4300.660.29
HSL99.33º49.38%47.25%-
HSV(B)99.33º66.11%70.59%-
XYZ22.6435.810.13-
YUV143.1181.6698.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 180 (70.70% from 255) = 52.48%
BLUE value IS 61 (24.22% from 255) = 17.78%
R=29.74%
G=52.48%
B=17.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102180610.4300.660.2999.3349.3847.25
Hex66B43D2B0421D63312f
Octal14626475530102351436157
Binary11001101011010011110110101101000010111011100011110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,180,61); }

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

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

 a { background-color: rgb(102,180,61); }

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

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

 span { border-color: rgb(102,180,61); }

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