#66AB4B

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

Shades of Apple #66AB4B

Tints of Apple #66AB4B

Color information

#66AB4B (or 0x66AB4B) is unknown color: approx Apple. HEX triplet: 66, AB and 4B. RGB value is (102,171,75). Sum of RGB (Red+Green+Blue) = 102+171+75=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 75 (29.69% from 255 or 21.55% from 348); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AB4B is #9954B4. Grayscale: #8B8B8B. Windows color (decimal): -10048693 or 4959078. OLE color: 4959078.

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

Color convert

RGB10217175-
CMYK0.4000.560.33
HSL103.12º39.02%48.24%-
HSV(B)103.12º56.14%67.06%-
XYZ21.3132.4611.8-
YUV139.4391.64101.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 171 (67.19% from 255) = 49.14%
BLUE value IS 75 (29.69% from 255) = 21.55%
R=29.31%
G=49.14%
B=21.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102171750.4000.560.33103.1239.0248.24
Hex66AB4B2803821672730
Octal14625311350070411474760
Binary110011010101011100101110100001110001000011100111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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