#66A349

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

Shades of Apple #66A349

Tints of Apple #66A349

Color information

#66A349 (or 0x66A349) is unknown color: approx Apple. HEX triplet: 66, A3 and 49. RGB value is (102,163,73). Sum of RGB (Red+Green+Blue) = 102+163+73=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 163 (64.06% from 255 or 48.22% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 163 - color contains mainly: green. Hex color #66A349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A349 is #995CB6. Grayscale: #868686. Windows color (decimal): -10050743 or 4825958. OLE color: 4825958.

HSL color Cylindrical-coordinate representation of color #66A349: hue angle of 100.67º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66A349 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB10216373-
CMYK0.3700.550.36
HSL100.67º38.14%46.27%-
HSV(B)100.67º55.21%63.92%-
XYZ19.7829.510.95-
YUV134.593.29104.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 163 (64.06% from 255) = 48.22%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=30.18%
G=48.22%
B=21.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102163730.3700.550.36100.6738.1446.27
Hex66A349250372465262e
Octal14624311145067441454656
Binary110011010100011100100110010101101111001001100101100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,163,73); }

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

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

 a { background-color: rgb(102,163,73); }

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

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

 span { border-color: rgb(102,163,73); }

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