#66a84e

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

Shades of Apple #66A84E

Tints of Apple #66A84E

Color information

#66A84E (or 0x66A84E) is unknown color: approx Apple. HEX triplet: 66, A8 and 4E. RGB value is (102,168,78). Sum of RGB (Red+Green+Blue) = 102+168+78=348 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.31% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 168 - color contains mainly: green. Hex color #66A84E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A84E is #9957B1. Grayscale: #8A8A8A. Windows color (decimal): -10049458 or 5154918. OLE color: 5154918.

HSL color Cylindrical-coordinate representation of color #66A84E: hue angle of 104º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66A84E is Cyan = 0.39, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB10216878-
CMYK0.3900.540.34
HSL104º36.59%48.24%-
HSV(B)104º53.57%65.88%-
XYZ20.8631.3812.17-
YUV138.0194.13102.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.31%
GREEN value IS 168 (66.02% from 255) = 48.28%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=29.31%
G=48.28%
B=22.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102168780.3900.540.3410436.5948.24
Hex66A84E2703622682530
Octal14625011647066421504560
Binary110011010101000100111010011101101101000101101000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66a84e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,168,78); }

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

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

 a { background-color: rgb(102,168,78); }

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

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

 span { border-color: rgb(102,168,78); }

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