#66B84C

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

Shades of Apple #66B84C

Tints of Apple #66B84C

Color information

#66B84C (or 0x66B84C) is unknown color: approx Apple. HEX triplet: 66, B8 and 4C. RGB value is (102,184,76). Sum of RGB (Red+Green+Blue) = 102+184+76=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #66B84C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B84C is #9947B3. Grayscale: #939393. Windows color (decimal): -10045364 or 5027942. OLE color: 5027942.

HSL color Cylindrical-coordinate representation of color #66B84C: hue angle of 105.56º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66B84C is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB10218476-
CMYK0.4500.590.28
HSL105.56º43.2%50.98%-
HSV(B)105.56º58.7%72.16%-
XYZ23.9237.6312.84-
YUV147.1787.8395.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.18%
GREEN value IS 184 (72.27% from 255) = 50.83%
BLUE value IS 76 (30.08% from 255) = 20.99%
R=28.18%
G=50.83%
B=20.99%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102184760.4500.590.28105.5643.250.98
Hex66B84C2D03B1C6a2b33
Octal14627011455073341525363
Binary11001101011100010011001011010111011111001101010101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B84C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,184,76); }

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

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

 a { background-color: rgb(102,184,76); }

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

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

 span { border-color: rgb(102,184,76); }

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