#66B34D

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

Shades of Apple #66B34D

Tints of Apple #66B34D

Color information

#66B34D (or 0x66B34D) is unknown color: approx Apple. HEX triplet: 66, B3 and 4D. RGB value is (102,179,77). Sum of RGB (Red+Green+Blue) = 102+179+77=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 179 (70.31% from 255 or 50% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 179 - color contains mainly: green. Hex color #66B34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B34D is #994CB2. Grayscale: #909090. Windows color (decimal): -10046643 or 5092198. OLE color: 5092198.

HSL color Cylindrical-coordinate representation of color #66B34D: hue angle of 105.29º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66B34D is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB10217977-
CMYK0.4300.570.30
HSL105.29º40.16%50.2%-
HSV(B)105.29º56.98%70.2%-
XYZ22.9435.612.68-
YUV144.3589.9997.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.49%
GREEN value IS 179 (70.31% from 255) = 50%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=28.49%
G=50%
B=21.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal102179770.4300.570.30105.2940.1650.2
Hex66B34D2B0391E692832
Octal14626311553071361515062
Binary11001101011001110011011010110111001111101101001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B34D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,179,77); }

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

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

 a { background-color: rgb(102,179,77); }

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

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

 span { border-color: rgb(102,179,77); }

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