#66B42F

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

Shades of Apple #66B42F

Tints of Apple #66B42F

Color information

#66B42F (or 0x66B42F) is unknown color: approx Apple. HEX triplet: 66, B4 and 2F. RGB value is (102,180,47). Sum of RGB (Red+Green+Blue) = 102+180+47=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #66B42F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B42F is #994BD0. Grayscale: #8D8D8D. Windows color (decimal): -10046417 or 3126374. OLE color: 3126374.

HSL color Cylindrical-coordinate representation of color #66B42F: hue angle of 95.19º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66B42F is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB10218047-
CMYK0.4300.740.29
HSL95.19º58.59%44.51%-
HSV(B)95.19º73.89%70.59%-
XYZ22.3135.678.4-
YUV141.5274.6699.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 180 (70.70% from 255) = 54.71%
BLUE value IS 47 (18.75% from 255) = 14.29%
R=31.00%
G=54.71%
B=14.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102180470.4300.740.2995.1958.5944.51
Hex66B42F2B04A1D5f3b2d
Octal14626457530112351377355
Binary11001101011010010111110101101001010111011011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B42F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,180,47); }

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

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

 a { background-color: rgb(102,180,47); }

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

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

 span { border-color: rgb(102,180,47); }

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