#66AF4F

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

Shades of Apple #66AF4F

Tints of Apple #66AF4F

Color information

#66AF4F (or 0x66AF4F) is unknown color: approx Apple. HEX triplet: 66, AF and 4F. RGB value is (102,175,79). Sum of RGB (Red+Green+Blue) = 102+175+79=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 175 (68.75% from 255 or 49.16% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF4F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF4F is #9950B0. Grayscale: #8E8E8E. Windows color (decimal): -10047665 or 5222246. OLE color: 5222246.

HSL color Cylindrical-coordinate representation of color #66AF4F: hue angle of 105.62º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66AF4F is Cyan = 0.42, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB10217579-
CMYK0.4200.550.31
HSL105.62º37.8%49.8%-
HSV(B)105.62º54.86%68.63%-
XYZ22.2234.0512.8-
YUV142.2392.3299.31-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.65%
GREEN value IS 175 (68.75% from 255) = 49.16%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=28.65%
G=49.16%
B=22.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102175790.4200.550.31105.6237.849.8
Hex66AF4F2A0371F6a2632
Octal14625711752067371524662
Binary11001101010111110011111010100110111111111101010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,79); }

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

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

 a { background-color: rgb(102,175,79); }

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

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

 span { border-color: rgb(102,175,79); }

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