#66AA84

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

Shades of Silver Tree #66AA84

Tints of Silver Tree #66AA84

Color information

#66AA84 (or 0x66AA84) is unknown color: approx Silver Tree. HEX triplet: 66, AA and 84. RGB value is (102,170,132). Sum of RGB (Red+Green+Blue) = 102+170+132=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AA84 is #99557B. Grayscale: #919191. Windows color (decimal): -10048892 or 8694374. OLE color: 8694374.

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

Color convert

RGB102170132-
CMYK0.400.220.33
HSL146.47º28.57%53.33%-
HSV(B)146.47º40%66.67%-
XYZ24.0233.2426.98-
YUV145.34120.4797.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.25%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=25.25%
G=42.08%
B=32.67%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021701320.400.220.33146.4728.5753.33
Hex66AA842801621921d35
Octal14625220450026412223565
Binary110011010101010100001001010000101101000011001001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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