#66A94F

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

Shades of Apple #66A94F

Tints of Apple #66A94F

Color information

#66A94F (or 0x66A94F) is unknown color: approx Apple. HEX triplet: 66, A9 and 4F. RGB value is (102,169,79). Sum of RGB (Red+Green+Blue) = 102+169+79=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 169 (66.41% from 255 or 48.29% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 169 - color contains mainly: green. Hex color #66A94F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A94F is #9956B0. Grayscale: #8B8B8B. Windows color (decimal): -10049201 or 5220710. OLE color: 5220710.

HSL color Cylindrical-coordinate representation of color #66A94F: hue angle of 104.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66A94F is Cyan = 0.40, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB10216979-
CMYK0.4000.530.34
HSL104.67º36.29%48.63%-
HSV(B)104.67º53.25%66.27%-
XYZ21.0831.7712.42-
YUV138.7194.3101.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 169 (66.41% from 255) = 48.29%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=29.14%
G=48.29%
B=22.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102169790.4000.530.34104.6736.2948.63
Hex66A94F2803522692431
Octal14625111750065421514461
Binary110011010101001100111110100001101011000101101001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,169,79); }

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

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

 a { background-color: rgb(102,169,79); }

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

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

 span { border-color: rgb(102,169,79); }

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