#66A146

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

Shades of Apple #66A146

Tints of Apple #66A146

Color information

#66A146 (or 0x66A146) is unknown color: approx Apple. HEX triplet: 66, A1 and 46. RGB value is (102,161,70). Sum of RGB (Red+Green+Blue) = 102+161+70=333 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.63% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 161 - color contains mainly: green. Hex color #66A146 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A146 is #995EB9. Grayscale: #858585. Windows color (decimal): -10051258 or 4628838. OLE color: 4628838.

HSL color Cylindrical-coordinate representation of color #66A146: hue angle of 98.9º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66A146 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB10216170-
CMYK0.3700.570.37
HSL98.9º39.39%45.29%-
HSV(B)98.9º56.52%63.14%-
XYZ19.3328.7610.33-
YUV132.9892.45105.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.63%
GREEN value IS 161 (63.28% from 255) = 48.35%
BLUE value IS 70 (27.73% from 255) = 21.02%
R=30.63%
G=48.35%
B=21.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal102161700.3700.570.3798.939.3945.29
Hex66A146250392563272d
Octal14624110645071451434755
Binary110011010100001100011010010101110011001011100011100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,161,70); }

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

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

 a { background-color: rgb(102,161,70); }

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

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

 span { border-color: rgb(102,161,70); }

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