#66A639

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

Shades of Apple #66A639

Tints of Apple #66A639

Color information

#66A639 (or 0x66A639) is unknown color: approx Apple. HEX triplet: 66, A6 and 39. RGB value is (102,166,57). Sum of RGB (Red+Green+Blue) = 102+166+57=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 57 (22.66% from 255 or 17.54% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #66A639 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A639 is #9959C6. Grayscale: #868686. Windows color (decimal): -10049991 or 3778150. OLE color: 3778150.

HSL color Cylindrical-coordinate representation of color #66A639: hue angle of 95.23º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66A639 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB10216657-
CMYK0.3900.660.35
HSL95.23º48.88%43.73%-
HSV(B)95.23º65.66%65.1%-
XYZ19.8530.398.69-
YUV134.4484.3104.86-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 166 (65.23% from 255) = 51.08%
BLUE value IS 57 (22.66% from 255) = 17.54%
R=31.38%
G=51.08%
B=17.54%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102166570.3900.660.3595.2348.8843.73
Hex66A63927042235f312c
Octal14624671470102431376154
Binary110011010100110111001100111010000101000111011111110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,166,57); }

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

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

 a { background-color: rgb(102,166,57); }

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

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

 span { border-color: rgb(102,166,57); }

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