#66AA59

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

Shades of Apple #66AA59

Tints of Apple #66AA59

Color information

#66AA59 (or 0x66AA59) is unknown color: approx Apple. HEX triplet: 66, AA and 59. RGB value is (102,170,89). Sum of RGB (Red+Green+Blue) = 102+170+89=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 170 (66.80% from 255 or 47.09% from 361); Blue value is 89 (35.16% from 255 or 24.65% from 361); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA59 is #9955A6. Grayscale: #8C8C8C. Windows color (decimal): -10048935 or 5876326. OLE color: 5876326.

HSL color Cylindrical-coordinate representation of color #66AA59: hue angle of 110.37º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66AA59 is Cyan = 0.4, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB10217089-
CMYK0.400.480.33
HSL110.37º32.27%50.78%-
HSV(B)110.37º47.65%66.67%-
XYZ21.6632.314.54-
YUV140.4398.97100.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 170 (66.80% from 255) = 47.09%
BLUE value IS 89 (35.16% from 255) = 24.65%
R=28.25%
G=47.09%
B=24.65%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102170890.400.480.33110.3732.2750.78
Hex66AA5928030216e2033
Octal14625213150060411564063
Binary110011010101010101100110100001100001000011101110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,170,89); }

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

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

 a { background-color: rgb(102,170,89); }

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

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

 span { border-color: rgb(102,170,89); }

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