#66B44D

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

Shades of Apple #66B44D

Tints of Apple #66B44D

Color information

#66B44D (or 0x66B44D) is unknown color: approx Apple. HEX triplet: 66, B4 and 4D. RGB value is (102,180,77). Sum of RGB (Red+Green+Blue) = 102+180+77=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 180 (70.70% from 255 or 50.14% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 180 - color contains mainly: green. Hex color #66B44D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B44D is #994BB2. Grayscale: #919191. Windows color (decimal): -10046387 or 5092454. OLE color: 5092454.

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

Color convert

RGB10218077-
CMYK0.4300.570.29
HSL105.44º40.71%50.39%-
HSV(B)105.44º57.22%70.59%-
XYZ23.143612.75-
YUV144.9489.6697.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 180 (70.70% from 255) = 50.14%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=28.41%
G=50.14%
B=21.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102180770.4300.570.29105.4440.7150.39
Hex66B44D2B0391D692932
Octal14626411553071351515162
Binary11001101011010010011011010110111001111011101001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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