#66BB8D

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

Shades of Silver Tree #66BB8D

Tints of Silver Tree #66BB8D

Color information

#66BB8D (or 0x66BB8D) is unknown color: approx Silver Tree. HEX triplet: 66, BB and 8D. RGB value is (102,187,141). Sum of RGB (Red+Green+Blue) = 102+187+141=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BB8D is #994472. Grayscale: #9C9C9C. Windows color (decimal): -10044531 or 9288550. OLE color: 9288550.

HSL color Cylindrical-coordinate representation of color #66BB8D: hue angle of 147.53º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BB8D is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB102187141-
CMYK0.4500.250.27
HSL147.53º38.46%56.67%-
HSV(B)147.53º45.45%73.33%-
XYZ28.0640.2931.5-
YUV156.34119.3489.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.72%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 141 (55.47% from 255) = 32.79%
R=23.72%
G=43.49%
B=32.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871410.4500.250.27147.5338.4656.67
Hex66BB8D2D0191B942639
Octal14627321555031332244671
Binary110011010111011100011011011010110011101110010100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,141); }

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

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

 a { background-color: rgb(102,187,141); }

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

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

 span { border-color: rgb(102,187,141); }

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