#66AF52

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

Shades of Apple #66AF52

Tints of Apple #66AF52

Color information

#66AF52 (or 0x66AF52) is unknown color: approx Apple. HEX triplet: 66, AF and 52. RGB value is (102,175,82). Sum of RGB (Red+Green+Blue) = 102+175+82=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 175 (68.75% from 255 or 48.75% from 359); Blue value is 82 (32.42% from 255 or 22.84% from 359); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF52 is #9950AD. Grayscale: #8E8E8E. Windows color (decimal): -10047662 or 5418854. OLE color: 5418854.

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

Color convert

RGB10217582-
CMYK0.4200.530.31
HSL107.1º36.76%50.39%-
HSV(B)107.1º53.14%68.63%-
XYZ22.3334.0913.39-
YUV142.5793.8299.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 175 (68.75% from 255) = 48.75%
BLUE value IS 82 (32.42% from 255) = 22.84%
R=28.41%
G=48.75%
B=22.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102175820.4200.530.31107.136.7650.39
Hex66AF522A0351F6b2532
Octal14625712252065371534562
Binary11001101010111110100101010100110101111111101011100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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