#66A445

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

Shades of Apple #66A445

Tints of Apple #66A445

Color information

#66A445 (or 0x66A445) is unknown color: approx Apple. HEX triplet: 66, A4 and 45. RGB value is (102,164,69). Sum of RGB (Red+Green+Blue) = 102+164+69=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 164 (64.45% from 255 or 48.96% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 164 - color contains mainly: green. Hex color #66A445 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A445 is #995BBA. Grayscale: #868686. Windows color (decimal): -10050491 or 4564070. OLE color: 4564070.

HSL color Cylindrical-coordinate representation of color #66A445: hue angle of 99.16º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66A445 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB10216469-
CMYK0.3800.580.36
HSL99.16º40.77%45.69%-
HSV(B)99.16º57.93%64.31%-
XYZ19.8329.8110.34-
YUV134.6390.96104.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 164 (64.45% from 255) = 48.96%
BLUE value IS 69 (27.34% from 255) = 20.60%
R=30.45%
G=48.96%
B=20.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102164690.3800.580.3699.1640.7745.69
Hex66A4452603A2463292e
Octal14624410546072441435156
Binary110011010100100100010110011001110101001001100011101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,164,69); }

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

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

 a { background-color: rgb(102,164,69); }

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

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

 span { border-color: rgb(102,164,69); }

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