#66B34A

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

Shades of Apple #66B34A

Tints of Apple #66B34A

Color information

#66B34A (or 0x66B34A) is unknown color: approx Apple. HEX triplet: 66, B3 and 4A. RGB value is (102,179,74). Sum of RGB (Red+Green+Blue) = 102+179+74=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 179 (70.31% from 255 or 50.42% from 355); Blue value is 74 (29.30% from 255 or 20.85% from 355); Max value from RGB is 179 - color contains mainly: green. Hex color #66B34A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B34A is #994CB5. Grayscale: #909090. Windows color (decimal): -10046646 or 4895590. OLE color: 4895590.

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

Color convert

RGB10217974-
CMYK0.4300.590.30
HSL104º41.5%49.61%-
HSV(B)104º58.66%70.2%-
XYZ22.8435.5612.14-
YUV144.0188.4998.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 179 (70.31% from 255) = 50.42%
BLUE value IS 74 (29.30% from 255) = 20.85%
R=28.73%
G=50.42%
B=20.85%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal102179740.4300.590.3010441.549.61
Hex66B34A2B03B1E682a32
Octal14626311253073361505262
Binary11001101011001110010101010110111011111101101000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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