#66BB85

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

Shades of Silver Tree #66BB85

Tints of Silver Tree #66BB85

Color information

#66BB85 (or 0x66BB85) is unknown color: approx Silver Tree. HEX triplet: 66, BB and 85. RGB value is (102,187,133). Sum of RGB (Red+Green+Blue) = 102+187+133=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 187 (73.44% from 255 or 44.31% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BB85 is #99447A. Grayscale: #9B9B9B. Windows color (decimal): -10044539 or 8764262. OLE color: 8764262.

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

Color convert

RGB102187133-
CMYK0.4500.290.27
HSL141.88º38.46%56.67%-
HSV(B)141.88º45.45%73.33%-
XYZ27.4840.0628.47-
YUV155.43115.3489.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.17%
GREEN value IS 187 (73.44% from 255) = 44.31%
BLUE value IS 133 (52.34% from 255) = 31.52%
R=24.17%
G=44.31%
B=31.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871330.4500.290.27141.8838.4656.67
Hex66BB852D01D1B8e2639
Octal14627320555035332164671
Binary110011010111011100001011011010111011101110001110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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