#66B48B

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

Shades of Silver Tree #66B48B

Tints of Silver Tree #66B48B

Color information

#66B48B (or 0x66B48B) is unknown color: approx Silver Tree. HEX triplet: 66, B4 and 8B. RGB value is (102,180,139). Sum of RGB (Red+Green+Blue) = 102+180+139=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 180 - color contains mainly: green. Hex color #66B48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66B48B is #994B74. Grayscale: #989898. Windows color (decimal): -10046325 or 9155686. OLE color: 9155686.

HSL color Cylindrical-coordinate representation of color #66B48B: hue angle of 148.46º 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 #66B48B is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB102180139-
CMYK0.4300.230.29
HSL148.46º34.21%55.29%-
HSV(B)148.46º43.33%70.59%-
XYZ26.4637.3330.24-
YUV152120.6692.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.23%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=24.23%
G=42.76%
B=33.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021801390.4300.230.29148.4634.2155.29
Hex66B48B2B0171D942237
Octal14626421353027352244267
Binary110011010110100100010111010110101111110110010100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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