#66AA35

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

Shades of Apple #66AA35

Tints of Apple #66AA35

Color information

#66AA35 (or 0x66AA35) is unknown color: approx Apple. HEX triplet: 66, AA and 35. RGB value is (102,170,53). Sum of RGB (Red+Green+Blue) = 102+170+53=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AA35 is #9955CA. Grayscale: #888888. Windows color (decimal): -10048971 or 3517030. OLE color: 3517030.

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

Color convert

RGB10217053-
CMYK0.400.690.33
HSL94.87º52.47%43.73%-
HSV(B)94.87º68.82%66.67%-
XYZ20.531.838.43-
YUV136.3380.97103.51-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 170 (66.80% from 255) = 52.31%
BLUE value IS 53 (21.09% from 255) = 16.31%
R=31.38%
G=52.31%
B=16.31%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102170530.400.690.3394.8752.4743.73
Hex66AA3528045215f342c
Octal14625265500105411376454
Binary110011010101010110101101000010001011000011011111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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