#66B485

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

Shades of Silver Tree #66B485

Tints of Silver Tree #66B485

Color information

#66B485 (or 0x66B485) is unknown color: approx Silver Tree. HEX triplet: 66, B4 and 85. RGB value is (102,180,133). Sum of RGB (Red+Green+Blue) = 102+180+133=415 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.58% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #66B485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B485 is #994B7A. Grayscale: #979797. Windows color (decimal): -10046331 or 8762470. OLE color: 8762470.

HSL color Cylindrical-coordinate representation of color #66B485: hue angle of 143.85º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B485 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB102180133-
CMYK0.4300.260.29
HSL143.85º34.21%55.29%-
HSV(B)143.85º43.33%70.59%-
XYZ26.0337.1627.99-
YUV151.32117.6692.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.58%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=24.58%
G=43.37%
B=32.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021801330.4300.260.29143.8534.2155.29
Hex66B4852B01A1D902237
Octal14626420553032352204267
Binary110011010110100100001011010110110101110110010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,180,133); }

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

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

 a { background-color: rgb(102,180,133); }

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

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

 span { border-color: rgb(102,180,133); }

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