#66AF57

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

Shades of Apple #66AF57

Tints of Apple #66AF57

Color information

#66AF57 (or 0x66AF57) is unknown color: approx Apple. HEX triplet: 66, AF and 57. RGB value is (102,175,87). Sum of RGB (Red+Green+Blue) = 102+175+87=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 87 (34.38% from 255 or 23.90% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF57 is #9950A8. Grayscale: #8F8F8F. Windows color (decimal): -10047657 or 5746534. OLE color: 5746534.

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

Color convert

RGB10217587-
CMYK0.4200.500.31
HSL109.77º35.48%51.37%-
HSV(B)109.77º50.29%68.63%-
XYZ22.5334.1714.43-
YUV143.1496.3298.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 175 (68.75% from 255) = 48.08%
BLUE value IS 87 (34.38% from 255) = 23.90%
R=28.02%
G=48.08%
B=23.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102175870.4200.500.31109.7735.4851.37
Hex66AF572A0321F6e2333
Octal14625712752062371564363
Binary11001101010111110101111010100110010111111101110100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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