#66A638

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

Shades of Apple #66A638

Tints of Apple #66A638

Color information

#66A638 (or 0x66A638) is unknown color: approx Apple. HEX triplet: 66, A6 and 38. RGB value is (102,166,56). Sum of RGB (Red+Green+Blue) = 102+166+56=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #66A638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A638 is #9959C7. Grayscale: #868686. Windows color (decimal): -10049992 or 3712614. OLE color: 3712614.

HSL color Cylindrical-coordinate representation of color #66A638: hue angle of 94.91º degrees, saturation: 0.5, 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 #66A638 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB10216656-
CMYK0.3900.660.35
HSL94.91º49.55%43.53%-
HSV(B)94.91º66.27%65.1%-
XYZ19.8330.388.56-
YUV134.3283.8104.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 166 (65.23% from 255) = 51.23%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=31.48%
G=51.23%
B=17.28%

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
Decimal102166560.3900.660.3594.9149.5543.53
Hex66A63827042235f322c
Octal14624670470102431376254
Binary110011010100110111000100111010000101000111011111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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