#66AB47

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

Shades of Apple #66AB47

Tints of Apple #66AB47

Color information

#66AB47 (or 0x66AB47) is unknown color: approx Apple. HEX triplet: 66, AB and 47. RGB value is (102,171,71). Sum of RGB (Red+Green+Blue) = 102+171+71=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 171 (67.19% from 255 or 49.71% from 344); Blue value is 71 (28.12% from 255 or 20.64% from 344); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AB47 is #9954B8. Grayscale: #8B8B8B. Windows color (decimal): -10048697 or 4696934. OLE color: 4696934.

HSL color Cylindrical-coordinate representation of color #66AB47: hue angle of 101.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66AB47 is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB10217171-
CMYK0.4000.580.33
HSL101.4º41.32%47.45%-
HSV(B)101.4º58.48%67.06%-
XYZ21.1832.4111.1-
YUV138.9789.64101.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 171 (67.19% from 255) = 49.71%
BLUE value IS 71 (28.12% from 255) = 20.64%
R=29.65%
G=49.71%
B=20.64%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171710.4000.580.33101.441.3247.45
Hex66AB472803A2165292f
Octal14625310750072411455157
Binary110011010101011100011110100001110101000011100101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,171,71); }

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

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

 a { background-color: rgb(102,171,71); }

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

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

 span { border-color: rgb(102,171,71); }

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