#66B080

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

Shades of Silver Tree #66B080

Tints of Silver Tree #66B080

Color information

#66B080 (or 0x66B080) is unknown color: approx Silver Tree. HEX triplet: 66, B0 and 80. RGB value is (102,176,128). Sum of RGB (Red+Green+Blue) = 102+176+128=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #66B080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66B080 is #994F7F. Grayscale: #949494. Windows color (decimal): -10047360 or 8433766. OLE color: 8433766.

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

Color convert

RGB102176128-
CMYK0.4200.270.31
HSL141.08º31.9%54.51%-
HSV(B)141.08º42.05%69.02%-
XYZ24.935.4325.95-
YUV148.4116.4894.9-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.12%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=25.12%
G=43.35%
B=31.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021761280.4200.270.31141.0831.954.51
Hex66B0802A01B1F8d2037
Octal14626020052033372154067
Binary110011010110000100000001010100110111111110001101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,176,128); }

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

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

 a { background-color: rgb(102,176,128); }

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

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

 span { border-color: rgb(102,176,128); }

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