#66BB8A

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

Shades of Silver Tree #66BB8A

Tints of Silver Tree #66BB8A

Color information

#66BB8A (or 0x66BB8A) is unknown color: approx Silver Tree. HEX triplet: 66, BB and 8A. RGB value is (102,187,138). Sum of RGB (Red+Green+Blue) = 102+187+138=427 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.89% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BB8A is #994475. Grayscale: #9C9C9C. Windows color (decimal): -10044534 or 9091942. OLE color: 9091942.

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

Color convert

RGB102187138-
CMYK0.4500.260.27
HSL145.41º38.46%56.67%-
HSV(B)145.41º45.45%73.33%-
XYZ27.8440.230.34-
YUV156117.8489.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.89%
GREEN value IS 187 (73.44% from 255) = 43.79%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=23.89%
G=43.79%
B=32.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021871380.4500.260.27145.4138.4656.67
Hex66BB8A2D01A1B912639
Octal14627321255032332214671
Binary110011010111011100010101011010110101101110010001100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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