#66AF42

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

Shades of Apple #66AF42

Tints of Apple #66AF42

Color information

#66AF42 (or 0x66AF42) is unknown color: approx Apple. HEX triplet: 66, AF and 42. RGB value is (102,175,66). Sum of RGB (Red+Green+Blue) = 102+175+66=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 175 (68.75% from 255 or 51.02% from 343); Blue value is 66 (26.17% from 255 or 19.24% from 343); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AF42 is #9950BD. Grayscale: #8D8D8D. Windows color (decimal): -10047678 or 4370278. OLE color: 4370278.

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

Color convert

RGB10217566-
CMYK0.4200.620.31
HSL100.18º45.23%47.25%-
HSV(B)100.18º62.29%68.63%-
XYZ21.7933.8810.54-
YUV140.7585.82100.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.74%
GREEN value IS 175 (68.75% from 255) = 51.02%
BLUE value IS 66 (26.17% from 255) = 19.24%
R=29.74%
G=51.02%
B=19.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102175660.4200.620.31100.1845.2347.25
Hex66AF422A03E1F642d2f
Octal14625710252076371445557
Binary11001101010111110000101010100111110111111100100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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