#66AF88

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

Shades of Silver Tree #66AF88

Tints of Silver Tree #66AF88

Color information

#66AF88 (or 0x66AF88) is unknown color: approx Silver Tree. HEX triplet: 66, AF and 88. RGB value is (102,175,136). Sum of RGB (Red+Green+Blue) = 102+175+136=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 175 (68.75% from 255 or 42.37% from 413); Blue value is 136 (53.52% from 255 or 32.93% from 413); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66AF88 is #995077. Grayscale: #949494. Windows color (decimal): -10047608 or 8957798. OLE color: 8957798.

HSL color Cylindrical-coordinate representation of color #66AF88: hue angle of 147.95º 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 #66AF88 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB102175136-
CMYK0.4200.220.31
HSL147.95º31.33%54.31%-
HSV(B)147.95º41.71%68.63%-
XYZ25.2535.2628.77-
YUV148.73120.8294.67-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.70%
GREEN value IS 175 (68.75% from 255) = 42.37%
BLUE value IS 136 (53.52% from 255) = 32.93%
R=24.70%
G=42.37%
B=32.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751360.4200.220.31147.9531.3354.31
Hex66AF882A0161F941f36
Octal14625721052026372243766
Binary11001101010111110001000101010010110111111001010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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