#66AF84

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

Shades of Silver Tree #66AF84

Tints of Silver Tree #66AF84

Color information

#66AF84 (or 0x66AF84) is unknown color: approx Silver Tree. HEX triplet: 66, AF and 84. RGB value is (102,175,132). Sum of RGB (Red+Green+Blue) = 102+175+132=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 175 (68.75% from 255 or 42.79% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF84 is #99507B. Grayscale: #949494. Windows color (decimal): -10047612 or 8695654. OLE color: 8695654.

HSL color Cylindrical-coordinate representation of color #66AF84: hue angle of 144.66º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66AF84 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB102175132-
CMYK0.4200.250.31
HSL144.66º31.33%54.31%-
HSV(B)144.66º41.71%68.63%-
XYZ24.9735.1527.3-
YUV148.27118.8295-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 175 (68.75% from 255) = 42.79%
BLUE value IS 132 (51.95% from 255) = 32.27%
R=24.94%
G=42.79%
B=32.27%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751320.4200.250.31144.6631.3354.31
Hex66AF842A0191F911f36
Octal14625720452031372213766
Binary11001101010111110000100101010011001111111001000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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