#66AA53

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

Shades of Apple #66AA53

Tints of Apple #66AA53

Color information

#66AA53 (or 0x66AA53) is unknown color: approx Apple. HEX triplet: 66, AA and 53. RGB value is (102,170,83). Sum of RGB (Red+Green+Blue) = 102+170+83=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 170 (66.80% from 255 or 47.89% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AA53 is #9955AC. Grayscale: #8C8C8C. Windows color (decimal): -10048941 or 5483110. OLE color: 5483110.

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

Color convert

RGB10217083-
CMYK0.400.510.33
HSL106.9º34.39%49.61%-
HSV(B)106.9º51.18%66.67%-
XYZ21.4232.213.27-
YUV139.7595.97101.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 170 (66.80% from 255) = 47.89%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=28.73%
G=47.89%
B=23.38%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102170830.400.510.33106.934.3949.61
Hex66AA5328033216b2232
Octal14625212350063411534262
Binary110011010101010101001110100001100111000011101011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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